KVSKBAInventoryTransfer#
Procedures#
SetLocationCode(Code[10]) :#
procedure SetLocationCode(UseLocationCode: Code[10]):
Events#
OnBeforeModifyWarehouseJournalLine(Record KVSKBAInventorySummary, Record Warehouse Journal Line) :#
Summary: Event raised before modifying Warehouse Journal Line.
[IntegrationEvent(false, false)]
local procedure OnBeforeModifyWarehouseJournalLine(InventorySummary: Record "KVSKBAInventorySummary"; var WarehouseJournalLine: Record "Warehouse Journal Line"):
[EventSubscriber(ObjectType::Report, Report::"KVSKBAInventoryTransfer", 'OnBeforeModifyWarehouseJournalLine', '', false, false)]
local procedure DoSomethingOnBeforeModifyWarehouseJournalLine(InventorySummary: Record "KVSKBAInventorySummary"; var WarehouseJournalLine: Record "Warehouse Journal Line")
begin
end;
Parameters:
InventorySummary: The Inventory Summary record.WarehouseJournalLine: The Warehouse Journal Line record.
Remarks: This event can be used to customize the Warehouse Journal Line before it is modified.
OnBeforeModifyItemJournalLine(Record KVSKBAInventorySummary, Record Item Journal Line) :#
Summary: Event raised before modifying Item Journal Line.
[IntegrationEvent(false, false)]
local procedure OnBeforeModifyItemJournalLine(InventorySummary: Record "KVSKBAInventorySummary"; var ItemJournalLine: Record "Item Journal Line"):
[EventSubscriber(ObjectType::Report, Report::"KVSKBAInventoryTransfer", 'OnBeforeModifyItemJournalLine', '', false, false)]
local procedure DoSomethingOnBeforeModifyItemJournalLine(InventorySummary: Record "KVSKBAInventorySummary"; var ItemJournalLine: Record "Item Journal Line")
begin
end;
Parameters:
InventorySummary: The Inventory Summary record.ItemJournalLine: The Item Journal Line record.
Remarks: This event can be used to customize the Item Journal Line before it is modified.