KVSKBAInventoryTransfer
Procedures
SetLocationCode(Code[10]) :
Summary: Sets the location code for the inventory transfer report.
procedure SetLocationCode(UseLocationCode: Code[10]):
Parameters:
UseLocationCode: The location code to be set for the report.
Remarks: This procedure sets the location code for the inventory transfer report. It updates the internal variable SelectedLocationCode with the provided value and retrieves the corresponding location record. If the location record is not found, the procedure exits without making any changes.
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"):
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"):
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.
OnBeforeModifyWhseWorksheetLine(Record KVSKBAInventorySummary, Record Whse. Worksheet Line) :
Summary: Event raised before modifying Whse. Worksheet Line.
[IntegrationEvent(false, false)]
local procedure OnBeforeModifyWhseWorksheetLine(InventorySummary: Record "KVSKBAInventorySummary"; var WhseWorksheetLine: Record "Whse. Worksheet Line"):
Parameters:
InventorySummary: The Inventory Summary record.WhseWorksheetLine: The Whse. Worksheet Line record.
Remarks: This event can be used to customize the Whse. Worksheet Line before it is modified.
OnBeforeInsertInternalMovementLine(Record KVSKBAInventorySummary, Record Internal Movement Line) :
Summary: Event raised before inserting Internal Movement Line.
[IntegrationEvent(false, false)]
local procedure OnBeforeInsertInternalMovementLine(InventorySummary: Record "KVSKBAInventorySummary"; var InternalMovementLine: Record "Internal Movement Line"):
Parameters:
InventorySummary: The Inventory Summary record.InternalMovementLine: The Internal Movement Line record.
Remarks: This event can be used to customize the Internal Movement Line before it is inserted.