Share via


WMSOrderTransType_Output.unReserve Method [AX 2012]

Cancels the reservation on the current WMSOrderTrans record or part of it.

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 void unReserve(
           [boolean _unreservePrereserved, 
            boolean _allowReReservation, 
            InventQty _qty, 
            boolean _useParentMovement, 
            PdsCWInventQty _pdsCWQty])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void unReserve(
           [boolean _unreservePrereserved, 
            boolean _allowReReservation, 
            InventQty _qty, 
            boolean _useParentMovement, 
            PdsCWInventQty _pdsCWQty])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void unReserve(
           [boolean _unreservePrereserved, 
            boolean _allowReReservation, 
            InventQty _qty, 
            boolean _useParentMovement, 
            PdsCWInventQty _pdsCWQty])

  Microsoft Dynamics AX 2012 (FPK)
          public void unReserve(
           [boolean _unreservePrereserved, 
            boolean _allowReReservation, 
            InventQty _qty, 
            boolean _useParentMovement])

  Microsoft Dynamics AX 2012 (SYS)
          public void unReserve(
           [boolean _unreservePrereserved, 
            boolean _allowReReservation, 
            InventQty _qty, 
            boolean _useParentMovement])

Run On

Called

Parameters

  • _unreservePrereserved
    Type: boolean
    A Boolean value that indicates whether to cancel the reservation on the pre-reserved transactions; optional.
  • _allowReReservation
    Type: boolean
    A Boolean value that indicates whether to allow re-reservation; optional.
  • _useParentMovement
    Type: boolean
    A Boolean value that indicates whether to use the current movement object or the parent movement object; optional.

Remarks

The parent movement object is used to cancel the reservation transactions where the child reference has been removed before this operation.

See Also

Reference

WMSOrderTransType_Output Class