Share via


InventOnHandQty.availReservation Method [AX 2012]

Gets the quantity available for reservation.

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 InventQty availReservation([NoYes _allowReserveOrdered])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public InventQty availReservation(NoYes _reserveOnOrdered)

Run On

Called

Parameters

  • _allowReserveOrdered
    Type: NoYes Enumeration
    A value indicating wither the result should include the ordered goods that are available for reservation; optional.

Return Value

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

See Also

Reference

InventOnHandQty Class