Comparteix a través de


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

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

See Also

Reference

WMSTransport Table