WMSOrderTransType_Output.updateReservationsReserveExisting Method [AX 2012]
Re-reserves an existing output order line.
Syntax
protected void updateReservationsReserveExisting(
WMSOrderTrans _existingReservation,
InventDim _inventDimNew,
InventDim _inventDimOld,
boolean _wasWMSOrderTransReserved,
boolean _pdsIsCWItem)
Run On
Called
Parameters
- _existingReservation
Type: WMSOrderTrans Table
The WMSOrderTrans record that represents the line to re-reserve.
- _inventDimNew
Type: InventDim Table
The new inventory dimensions that are assigned to the current transaction.
- _inventDimOld
Type: InventDim Table
The inventory dimensions that were originally assigned to the current transaction.
- _wasWMSOrderTransReserved
Type: boolean
A Boolean value that indicates whether the original line was reserved.
- _pdsIsCWItem
Type: boolean
A Boolean value that indicates whether the item is a catch weight item.