Skip to content

KVSPSAJob-Time Entry-Edit#

Procedures#

OnRun#

procedure OnRun(Rec: Record "KVSPSAJobTimeLedgerEntry")

Events#

KVSPSAOnBeforeJobTimeLedgerEntryModify(Record KVSPSAJobTimeLedgerEntry, Record KVSPSAJobTimeLedgerEntry) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeJobTimeLedgerEntryModify(var JobTimeLedgerEntry: Record "KVSPSAJobTimeLedgerEntry"; FromJobTimeLedgerEntry: Record "KVSPSAJobTimeLedgerEntry"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAJob-Time Entry-Edit", 'KVSPSAOnBeforeJobTimeLedgerEntryModify', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeJobTimeLedgerEntryModify(var JobTimeLedgerEntry: Record "KVSPSAJobTimeLedgerEntry"; FromJobTimeLedgerEntry: Record "KVSPSAJobTimeLedgerEntry")
begin
end;

KVSPSAOnBeforeOnRun(Record KVSPSAJobTimeLedgerEntry, Boolean) :#

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