Share via


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

  • _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.

See Also

Reference

InventTransferLine Table