Share via


InventOnHandQty.reservOrdered 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 InventQtyReservOrdered reservOrdered()

  Microsoft Dynamics AX 2012 R2 (SYS)
          public InventQty reservOrdered()

Run On

Called

Return Value

Type: InventQtyReservOrdered Extended Data Type
Quantity in the inventory unit.

Remarks

The method first retrieves an InventSum record and then returns the value of the ReservOrdered field field.

See Also

Reference

InventOnHandQty Class