Share via


InventOnhandReserve.reserveNow Method [AX 2012]

Gets the quantity that is reserved in the secondary unit.

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 reserveNow(
            boolean _set, 
            InventSum _inventSum, 
            InventQty _reserveNow, 
           [InventDim _inventDim])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public InventQty reserveNow(
            boolean _set, 
            InventSum _inventSum, 
            InventQty _reserveNow, 
           [InventDim _inventDim])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public InventQty reserveNow(
            boolean _set, 
            InventSum _inventSum, 
            InventQty _reserveNow, 
           [InventDim _inventDim])

  Microsoft Dynamics AX 2012 (FPK)
          public InventQty reserveNow(
            boolean _set, 
            InventSum _inventSum, 
            InventQty _reserveNow)

  Microsoft Dynamics AX 2012 (SYS)
          public InventQty reserveNow(
            boolean _set, 
            InventSum _inventSum, 
            InventQty _reserveNow)

Run On

Called

Parameters

  • _set
    Type: boolean
    A Boolean value that indicates whether the quantity passed in is reserved.
  • _inventSum
    Type: InventSum Table
    An InventSum record that is required to determine the quantity reserved.
  • _inventDim
    Type: InventDim Table
    The InventDim record to reserve the quantity from.

Return Value

Type: InventQty Extended Data Type
The quantity that is reserved in the secondary unit.

See Also

Reference

InventOnhandReserve Class