KVSPSAVendSubContractLine#
Extends #3099ffc74cf74df69b967e4bc2bb587c#Vend. Sub. Contract 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 purchase Line
procedure KVSPSAGetActivity(): Boolean
Returns: Indicates whether an activity was chosen
Events#
KVSPSAOnBeforeCheckJob(Record Vend. Sub. Contract Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCheckJob(var VendSubContractLine: Record "Vend. Sub. Contract Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::TableExtension, TableExtension::"KVSPSAVendSubContractLine", 'KVSPSAOnBeforeCheckJob', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeCheckJob(var VendSubContractLine: Record "Vend. Sub. Contract Line"; var IsHandled: Boolean)
begin
end;