Skip to content

KVSPSARetrieveTimeLedgEntries#

Procedures#

SetJobJnlBatchLine(Record Job Journal Line) :#

procedure SetJobJnlBatchLine(JobJournalLine: Record "Job Journal Line"): 

Events#

KVSPSAOnAfterInsertedCommentsForJobLedgerEntry(Record Job Journal Line) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterInsertedCommentsForJobLedgerEntry(var JobJournalLine: Record "Job Journal Line"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSARetrieveTimeLedgEntries", 'KVSPSAOnAfterInsertedCommentsForJobLedgerEntry', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterInsertedCommentsForJobLedgerEntry(var JobJournalLine: Record "Job Journal Line")
begin
end;

KVSPSAOnBeforeInsertJobJnlLineForJobTimeEntry(Record Job Journal Line, Record KVSPSAJobTimeLedgerEntry) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeInsertJobJnlLineForJobTimeEntry(var JobJournalLine: Record "Job Journal Line"; JobTimeLedgerEntry: Record "KVSPSAJobTimeLedgerEntry"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSARetrieveTimeLedgEntries", 'KVSPSAOnBeforeInsertJobJnlLineForJobTimeEntry', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeInsertJobJnlLineForJobTimeEntry(var JobJournalLine: Record "Job Journal Line"; JobTimeLedgerEntry: Record "KVSPSAJobTimeLedgerEntry")
begin
end;