Skip to content

KVSPSAJob Entry-Edit#

Procedures#

OnRun#

procedure OnRun(Rec: Record "#437dbf0e84ff417a965ded2bb9650972#Job Ledger Entry")

Events#

KVSPSAOnBeforeJobLedgerEntryModify(Record Job Ledger Entry, Record Job Ledger Entry) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeJobLedgerEntryModify(var JobLedgerEntry: Record "Job Ledger Entry"; FromJobLedgerEntry: Record "Job Ledger Entry"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAJob Entry-Edit", 'KVSPSAOnBeforeJobLedgerEntryModify', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeJobLedgerEntryModify(var JobLedgerEntry: Record "Job Ledger Entry"; FromJobLedgerEntry: Record "Job Ledger Entry")
begin
end;

KVSPSAOnBeforeOnRun(Record Job Ledger Entry, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeOnRun(var JobLedgerEntry: Record "Job Ledger Entry"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAJob Entry-Edit", 'KVSPSAOnBeforeOnRun', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeOnRun(var JobLedgerEntry: Record "Job Ledger Entry"; var IsHandled: Boolean)
begin
end;