WMSOrderTransType_Output.updateReservationsReserveAvail Method [AX 2012]
Reserves what is required and possible from the available on-hand inventory.
Syntax
protected container updateReservationsReserveAvail(
InventDim _inventDimNew,
InventDim _inventDimOld,
InventDim _inventDimPhysicalNew,
InventMovement _inventMovement,
InventQty _qtyToReserve,
PdsCWInventQty _pdsCWQtyToReserve)
Run On
Called
Parameters
- _inventDimNew
Type: InventDim Table
The new inventory dimensions.
- _inventDimOld
Type: InventDim Table
The current inventory dimensions.
- _inventDimPhysicalNew
Type: InventDim Table
The physical inventory dimensions for the new inventory dimensions.
- _inventMovement
Type: InventMovement Class
The inventory movement that is related to the wmsOrderTrans record.
- _qtyToReserve
Type: InventQty Extended Data Type
The quantity to reserve in the inventory unit.
- _pdsCWQtyToReserve
Type: PdsCWInventQty Extended Data Type
The catch weight quantity to reserve.
Return Value
Type: container
A container that holds the changed quantity and changed catch weight quantity.