Share via


WMSOrderTransType_Output.updateReservationsWithDimCheck Method [AX 2012]

Updates dimensions for transactions by performing full reservations that include potential swapping of reservations.

Syntax

protected void updateReservationsWithDimCheck(
    InventDim _inventDimNew, 
    InventDim _inventDimOld, 
    InventMovement _inventMovement, 
    boolean _throwOnError, 
    boolean _lockActiveDimensions)

Run On

Called

Parameters

  • _inventMovement
    Type: InventMovement Class
    The inventory movement that is related to the wmsOrderTrans record.
  • _throwOnError
    Type: boolean
    A Boolean value that indicates whether an exception should be thrown if the reservation cannot be completed.
  • _lockActiveDimensions
    Type: boolean
    A Boolean value that indicates whether the picking line must be locked on the specified dimensions.

See Also

Reference

WMSOrderTransType_Output Class