InventTransferLine.inventDimMergeWarehouse Method
Returns an InventDim record where the InventLocation value passed in as a parameter and the WMSLocationId value is set.
Syntax
public InventDim inventDimMergeWarehouse(
InventLocationId _inventLocationId,
[InventTransferTable _inventTransferTable,
InventDim _inventDim])
Run On
Called
Parameters
- _inventLocationId
Type: InventLocationId Extended Data Type
The InventLocationId of the warehouse.
- _inventTransferTable
Type: InventTransferTable Table
An inventory transfer table record; optional.
- _inventDim
Type: InventDim Table
An existing InventDim record that the returned InventDim record should be a partial copy of; optional.
Return Value
Type: InventDim Table
An InventDim record that has the values from the _inventDim and has the wmsLocation field set based on the itemId of the item on the line.