Share via


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

  • _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.

Return Value

Type: container
A container that holds the changed quantity and changed catch weight quantity.

See Also

Reference

WMSOrderTransType_Output Class