Skip to content

KVSPSAJobDiffQuantitiesByJob#

Events#

KVSPSAOnPreDataItemJobTimeLedgerEntry(Record KVSPSAJobTimeLedgerEntry) :#

Summary: Integration event raised on pre data item for job time ledger entry.

[IntegrationEvent(false, false)]
local procedure KVSPSAOnPreDataItemJobTimeLedgerEntry(var JobTimeLedgerEntry: Record "KVSPSAJobTimeLedgerEntry"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJobDiffQuantitiesByJob", 'KVSPSAOnPreDataItemJobTimeLedgerEntry', '', false, false)]
local procedure DoSomethingKVSPSAOnPreDataItemJobTimeLedgerEntry(var JobTimeLedgerEntry: Record "KVSPSAJobTimeLedgerEntry")
begin
end;

Parameters:

  • JobTimeLedgerEntry: The job time ledger entry record

KVSPSAOnPreDataJob(Record Job) :#

Summary: Integration event raised on pre data item for job.

[IntegrationEvent(false, false)]
local procedure KVSPSAOnPreDataJob(var Job: Record "Job"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJobDiffQuantitiesByJob", 'KVSPSAOnPreDataJob', '', false, false)]
local procedure DoSomethingKVSPSAOnPreDataJob(var Job: Record "Job")
begin
end;

Parameters:

  • Job: The job record