Share via


InventUpdate.whsUpdateDimReserveChange Method [AX 2012]

Special check for WHS due to the reservation hierarchy.

Syntax

protected container whsUpdateDimReserveChange(
    InventDim _toInventDim, 
    InventDim _fromInventDim, 
    InventQty _qtyReserv, 
    boolean _reserveAsPhysical, 
    InventTransOriginId _markingRefInventTransOrigin, 
    PdsCWInventQty _cwQty)

Run On

Server

Parameters

  • _reserveAsPhysical
    Type: boolean
    True if reserve physical is set, otherwise false.

Return Value

Type: container
A container with the reserved and catch weight quantities.

Exceptions

Exception Condition
Error

Cannot change dimensions because ordered reserved inventory already exists.

See Also

Reference

InventUpdate Class