KVSKBAItemSubscribers#
Events#
OnBeforeAdditionalChecksOnBeforePostingItemJnlFromProduction(Record Item Journal Line, Boolean, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeAdditionalChecksOnBeforePostingItemJnlFromProduction(var ItemJournalLine: Record "Item Journal Line"; var SkipAdditionalChecks: Boolean; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAItemSubscribers", 'OnBeforeAdditionalChecksOnBeforePostingItemJnlFromProduction', '', false, false)]
local procedure DoSomethingOnBeforeAdditionalChecksOnBeforePostingItemJnlFromProduction(var ItemJournalLine: Record "Item Journal Line"; var SkipAdditionalChecks: Boolean; var IsHandled: Boolean)
begin
end;
KVSKBAOnBeforeVerifyOnInventory(Record Item Ledger Entry, Boolean, Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSKBAOnBeforeVerifyOnInventory(var ItemLedgerEntry: Record "Item Ledger Entry"; var IsHandled: Boolean; var GlobalIsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAItemSubscribers", 'KVSKBAOnBeforeVerifyOnInventory', '', false, false)]
local procedure DoSomethingKVSKBAOnBeforeVerifyOnInventory(var ItemLedgerEntry: Record "Item Ledger Entry"; var IsHandled: Boolean; var GlobalIsHandled: Boolean)
begin
end;