KVSKBACommissionJournal
Events
OnBeforeFindCommissionRate2(Record KVSKBACommissionJournalLine, Record KVSKBAComRate, Integer, Boolean) :
Summary: Event raised before finding the commission rates for a commission journal line.
[IntegrationEvent(false, false)]
local procedure OnBeforeFindCommissionRate2(KVSKBACommissionJournalLine: Record "KVSKBACommissionJournalLine"; var KVSKBAComRate: Record "KVSKBAComRate" temporary; var ReturnValue: Integer; var IsHandled: Boolean):
Parameters:
KVSKBACommissionJournalLine: The commission journal line record.KVSKBAComRate: The temporary commission rate record.ReturnValue: The return value of the function.IsHandled: Indicates whether the event is handled.
Remarks: Subscribers can set IsHandled to true to skip the default logic.