Share via


InventOnhandReserve.pdsCWReserveNow Method [AX 2012]

Gets or sets the catch weight quantity that will be reserved.

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

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

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public PdsCWInventQty pdsCWReserveNow(
            boolean _set, 
            InventSum _inventSum, 
            InventQty _reserveNow, 
            PdsCWInventQty _cwReserveNow, 
           [boolean _cwForceActual])

  Microsoft Dynamics AX 2012 (FPK)
          public PdsCWInventQty pdsCWReserveNow(
            boolean _set, 
            InventSum _inventSum, 
            InventQty _reserveNow, 
            PdsCWInventQty _cwReserveNow, 
           [boolean _cwForceActual])

Run On

Called

Parameters

  • _set
    Type: boolean
    A Boolean value that indicates whether to attempt to reserve inventory.
  • _inventSum
    Type: InventSum Table
    The InventSum record that will be used in the reservation process.
  • _cwForceActual
    Type: boolean
    A Boolean value that indicates whether to force the reservation.

Return Value

Type: PdsCWInventQty Extended Data Type
The catch weight quantity reserved.

See Also

Reference

InventOnhandReserve Class