Share via


WMSOrderTrans::qtyPickRouteInProgress Method

Returns the quantity of wmsOrderTrans records that have the WMSExpeditionStatus::Activated or WMSExpeditionStatus::Started enumeration value and belong to a picking route

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server public static container qtyPickRouteInProgress(
            ItemId _itemId, 
            InventDim _inventDim, 
            InventDimParm _inventDimParm)

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static container qtyPickRouteInProgress(
            ItemId _itemId, 
            InventDim _inventDim, 
            InventDimParm _inventDimParm)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static container qtyPickRouteInProgress(
            ItemId _itemId, 
            InventDim _inventDim, 
            InventDimParm _inventDimParm)

  Microsoft Dynamics AX 2012 (FPK)
          server public static InventQty qtyPickRouteInProgress(
            ItemId _itemId, 
            InventDim _inventDim, 
            InventDimParm _inventDimParm)

  Microsoft Dynamics AX 2012 (SYS)
          server public static InventQty qtyPickRouteInProgress(
            ItemId _itemId, 
            InventDim _inventDim, 
            InventDimParm _inventDimParm)

Run On

Server

Parameters

  • _inventDim
    Type: InventDim Table
    The InventDim value used as criteria for the quantity calculation.
  • _inventDimParm
    Type: InventDimParm Table
    The InventDimParm value used as criteria for the quantity calculation.

Return Value

Type: container
The activated or started quantity that meets the selection criteria.

See Also

Reference

WMSOrderTrans Table