Skip to content

KVSKANInterface#

Events#

OnAfterGetQtyToHandleBase(Record Bin Content, Decimal) :#

[IntegrationEvent(false, false)]
procedure OnAfterGetQtyToHandleBase(BinContentToFill: Record "Bin Content"; var QtyToHandleBase: Decimal): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKANInterface", 'OnAfterGetQtyToHandleBase', '', false, false)]
local procedure DoSomethingOnAfterGetQtyToHandleBase(BinContentToFill: Record "Bin Content"; var QtyToHandleBase: Decimal)
begin
end;

OnAfterCreateNewItemReclassJnlLine(Record Item Journal Line) :#

[IntegrationEvent(false, false)]
procedure OnAfterCreateNewItemReclassJnlLine(var newitemJournalLine: Record "Item Journal Line"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKANInterface", 'OnAfterCreateNewItemReclassJnlLine', '', false, false)]
local procedure DoSomethingOnAfterCreateNewItemReclassJnlLine(var newitemJournalLine: Record "Item Journal Line")
begin
end;