KVSPSASubscriptionLine#
Extends #3099ffc74cf74df69b967e4bc2bb587c#Subscription Line
Fields#
| Name | Type | Note |
|---|---|---|
| KVSPSAJobNo | Code[20] | |
| KVSPSABudgetLineNo | Integer | |
| KVSPSAToDoNo | Code[20] | |
| KVSPSAWorkPackageCode | Code[20] | |
| KVSPSAPhaseCode | Code[20] | |
| KVSPSATaskCode | Code[20] | |
| KVSPSAStepCode | Code[20] |
Procedures#
KVSPSAGetActivity() : Boolean#
Summary: Get Activity from the project for the Sales Line
procedure KVSPSAGetActivity(): Boolean
Returns: Indicates whether an activity was chosen
Events#
KVSPSAOnBeforeCheckJob(Record Subscription Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCheckJob(var SubscriptionLine: Record "Subscription Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::TableExtension, TableExtension::"KVSPSASubscriptionLine", 'KVSPSAOnBeforeCheckJob', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeCheckJob(var SubscriptionLine: Record "Subscription Line"; var IsHandled: Boolean)
begin
end;