InventSum.availReservation Method
Retrieves 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
display InventQtyAvailReservation availReservation([NoYes _reserveOnOrdered, InventDimId _inventDimId])
Microsoft Dynamics AX 2012 R2 (SYS)
display InventQtyAvailReservation availReservation([NoYes _reserveOnOrdered])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
display InventQtyAvailReservation availReservation([NoYes _reserveOnOrdered])
Microsoft Dynamics AX 2012 (FPK)
display InventQtyAvailReservation availReservation([NoYes _reserveOnOrdered])
Microsoft Dynamics AX 2012 (SYS)
display InventQtyAvailReservation availReservation([NoYes _reserveOnOrdered])
Run On
Called
Parameters
- _reserveOnOrdered
Type: NoYes Enumeration
A Boolean value that defines if on order quantities are included; optional.
- _inventDimId
Type: InventDimId Extended Data Type
The inventory dimension ID to display the ordered quantity for; optional.
Return Value
Type: InventQtyAvailReservation Extended Data Type
The quantity available for reservation.