Share via


InventOnHandQty.pdsCWAvailOrdered Method [AX 2012]

Retrieves the catch weight ordered quantity available for order.

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
          public PdsCWInventQty pdsCWAvailOrdered([boolean _inclAvailPhysical])

  Microsoft Dynamics AX 2012 R2 (SYS)
          display PdsCWInventQty pdsCWAvailOrdered([boolean _inclAvailPhysical])

Run On

Called

Parameters

  • _inclAvailPhysical
    Type: boolean
    Whether the available physical inventory must be included in the ordered quantity.

Return Value

Type: PdsCWInventQty Extended Data Type
The catch weight quantity of available ordered inventory.

Remarks

The method checks to determine whether to include available physical inventory and if yes, the available ordered quantity is computed.

See Also

Reference

InventOnHandQty Class