KVSPSAServiceLine#
Extends #437dbf0e84ff417a965ded2bb9650972#Service Line
Fields#
Name | Type | Note |
---|---|---|
KVSPSAWork Package Code | Code[20] | |
KVSPSAPhase Code | Code[20] | |
KVSPSATask Code | Code[20] | |
KVSPSAStep Code | Code[20] | |
KVSPSAQtyJobTimeLedgerEntry | Decimal | |
KVSPSAJob Time Ledger Entry | Integer | |
KVSPSADeductible | Enum (KVSPSAPspInvoicingType) | |
KVSPSAProject Posting Date | Date |
Events#
KVSPSAOnBeforeCheckContractRelation(Record Service Header, Record Currency, Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCheckContractRelation(var ServiceHeader: Record "Service Header"; var Currency: Record "Currency"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::TableExtension, TableExtension::"KVSPSAServiceLine", 'KVSPSAOnBeforeCheckContractRelation', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeCheckContractRelation(var ServiceHeader: Record "Service Header"; var Currency: Record "Currency"; var IsHandled: Boolean)
begin
end;