Share via


WMSOrderTransType_Output.updateReservationChangeDimension Method [AX 2012]

Changes inventory dimensions on related inventory transactions.

Syntax

protected void updateReservationChangeDimension(
    InventDim _inventDimNew, 
    InventDim _inventDimOld, 
    InventMovement _inventMovement, 
    InventQty _qtyToChange, 
    PdsCWInventQty _pdsCWQtyToChange, 
    boolean _allowReserveReduction, 
   [boolean _onlySelectOnOrder, 
    boolean _onlySelectReserved])

Run On

Called

Parameters

  • _inventMovement
    Type: InventMovement Class
    The inventory movement that is related to the wmsOrderTrans record.
  • _allowReserveReduction
    Type: boolean
    A Boolean value that indicates whether the full quantity can be updated.
  • _onlySelectOnOrder
    Type: boolean
    A Boolean value that indicates whether only transactions that have an issue status value of OnOrder must change dimension.
  • _onlySelectReserved
    Type: boolean
    A Boolean value that indicates whether only transactions that have an issue status value of OnOrder must change dimension.

See Also

Reference

WMSOrderTransType_Output Class