Skip to content

KVSKBAComJnlPostBatch#

Procedures#

OnRun#

procedure OnRun(Rec: Record "KVSKBACommissionJournalLine")

Events#

OnAfterCreateRecurringText(Record KVSKBACommissionJournalLine, Record Accounting Period, Integer, Integer, Integer, Text[30]) :#

[IntegrationEvent(false, false)]
local procedure OnAfterCreateRecurringText(var CommissionJournalLine: Record "KVSKBACommissionJournalLine"; var AccountingPeriod: Record "Accounting Period"; var Day: Integer; var Week: Integer; var Month: Integer; var MonthText: Text[30]): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAComJnlPostBatch", 'OnAfterCreateRecurringText', '', false, false)]
local procedure DoSomethingOnAfterCreateRecurringText(var CommissionJournalLine: Record "KVSKBACommissionJournalLine"; var AccountingPeriod: Record "Accounting Period"; var Day: Integer; var Week: Integer; var Month: Integer; var MonthText: Text[30])
begin
end;

OnBeforeCode(Record KVSKBACommissionJournalLine, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeCode(var KVSKBACommissionJournalLine: Record "KVSKBACommissionJournalLine"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAComJnlPostBatch", 'OnBeforeCode', '', false, false)]
local procedure DoSomethingOnBeforeCode(var KVSKBACommissionJournalLine: Record "KVSKBACommissionJournalLine"; var IsHandled: Boolean)
begin
end;