KVSPSAJob-Time Jnl.-Post Batch#
Procedures#
OnRun#
procedure OnRun(Rec: Record "KVSPSAJobTimeJournalLine")
Events#
KVSPSAOnAfterCheckJournalUser(Record KVSPSAJobTimeJournalLine) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterCheckJournalUser(var JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAJob-Time Jnl.-Post Batch", 'KVSPSAOnAfterCheckJournalUser', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterCheckJournalUser(var JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine")
begin
end;
KVSPSAOnAfterCheckRecurringLine(Record KVSPSAJobTimeJournalLine, Record KVSPSAJobTimeJournalTemplate) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterCheckRecurringLine(var JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine"; JobTimeJournalTemplate: Record "KVSPSAJobTimeJournalTemplate"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAJob-Time Jnl.-Post Batch", 'KVSPSAOnAfterCheckRecurringLine', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterCheckRecurringLine(var JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine"; JobTimeJournalTemplate: Record "KVSPSAJobTimeJournalTemplate")
begin
end;
KVSPSAOnAfterMakeRecurringTexts(Record KVSPSAJobTimeJournalLine, Record Accounting Period, Integer, Integer, Integer, Text[30]) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterMakeRecurringTexts(var JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine"; AccountingPeriod: Record "Accounting Period"; Day: Integer; Week: Integer; Month: Integer; MonthText: Text[30]):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAJob-Time Jnl.-Post Batch", 'KVSPSAOnAfterMakeRecurringTexts', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterMakeRecurringTexts(var JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine"; AccountingPeriod: Record "Accounting Period"; Day: Integer; Week: Integer; Month: Integer; MonthText: Text[30])
begin
end;
KVSPSAOnBeforeCheckRecurringLine(Record KVSPSAJobTimeJournalLine, Record KVSPSAJobTimeJournalTemplate, Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCheckRecurringLine(var JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine"; JobTimeJournalTemplate: Record "KVSPSAJobTimeJournalTemplate"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAJob-Time Jnl.-Post Batch", 'KVSPSAOnBeforeCheckRecurringLine', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeCheckRecurringLine(var JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine"; JobTimeJournalTemplate: Record "KVSPSAJobTimeJournalTemplate"; var IsHandled: Boolean)
begin
end;
KVSPSAOnBeforeCode(Record KVSPSAJobTimeJournalLine) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCode(JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAJob-Time Jnl.-Post Batch", 'KVSPSAOnBeforeCode', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeCode(JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine")
begin
end;
KVSPSAOnBeforeMakeRecurringTexts(Record KVSPSAJobTimeJournalLine, Record Accounting Period, Integer, Integer, Integer, Text[30], Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeMakeRecurringTexts(var JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine"; var AccountingPeriod: Record "Accounting Period"; var Day: Integer; var Week: Integer; var Month: Integer; var MonthText: Text[30]; IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAJob-Time Jnl.-Post Batch", 'KVSPSAOnBeforeMakeRecurringTexts', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeMakeRecurringTexts(var JobTimeJournalLine: Record "KVSPSAJobTimeJournalLine"; var AccountingPeriod: Record "Accounting Period"; var Day: Integer; var Week: Integer; var Month: Integer; var MonthText: Text[30]; IsHandled: Boolean)
begin
end;