WMSTransport.itemQty Method
Retrieves the quantity on this transport of the specified item and inventory dimensions.
Syntax
public InventQty itemQty(
ItemId _itemId,
InventDim _inventDim,
InventDimParm _inventDimParm)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item for which the quantity is calculated.
- _inventDim
Type: InventDim Table
An InventDim record that holds the inventory dimension values for which to calculated the quantity.
- _inventDimParm
Type: InventDimParm Table
An InventDimParm record that specifies which inventory dimensions to include when calculating the quantity.
Return Value
Type: InventQty Extended Data Type
The quantity of the specified item and dimensions.