Share via


InventOnHandQty.availOrdered Method [AX 2012]

Gets the quantity reserved against ordered on hand.

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 InventQtyAvailOrdered availOrdered([boolean _inclAvailPhysical])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public InventQty availOrdered([boolean _inclAvailPhysical])

Run On

Called

Parameters

  • _inclAvailPhysical
    Type: boolean
    A boolean value indicating whether the physical availability should be included.

Return Value

Type: InventQtyAvailOrdered Extended Data Type
The quantity in the inventory unit.

Remarks

The quantity includes both physical and ordered goods that are available for reservation.

See Also

Reference

InventOnHandQty Class