KVSPSAJobDifferingQuantities#
Events#
KVSPSAOnPreDataItemJobTimeLedgerEntry(Record KVSPSAJobTimeLedgerEntry) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnPreDataItemJobTimeLedgerEntry(var JobTimeLedgerEntry: Record "KVSPSAJobTimeLedgerEntry"):
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJobDifferingQuantities", 'KVSPSAOnPreDataItemJobTimeLedgerEntry', '', false, false)]
local procedure DoSomethingKVSPSAOnPreDataItemJobTimeLedgerEntry(var JobTimeLedgerEntry: Record "KVSPSAJobTimeLedgerEntry")
begin
end;
KVSPSAOnPreDataItemResource(Record Resource) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnPreDataItemResource(var Resource: Record "Resource"):
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJobDifferingQuantities", 'KVSPSAOnPreDataItemResource', '', false, false)]
local procedure DoSomethingKVSPSAOnPreDataItemResource(var Resource: Record "Resource")
begin
end;