Share via


InventOnHandQty.reservPhysical Method [AX 2012]

Gets the quantity reserved against on hand that is physically available.

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 InventQtyReservPhysical reservPhysical()

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

Run On

Called

Return Value

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

Remarks

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

See Also

Reference

InventOnHandQty Class