Share via


WMSOrderTransType_Output.updateInventTransDimToParentDim Method [AX 2012]

Resets the inventory dimension inventory transactions that are related to the current WMSOrderTrans records to the inventory dimensions of the parent movement.

Syntax

public void updateInventTransDimToParentDim(
    InventQty _qty, 
    boolean _useParentMovement, 
    PdsCWInventQty _cwQty)

Run On

Called

Parameters

  • _useParentMovement
    Type: boolean
    A Boolean value that indicates whether to work with the output order movement or the parent movement.

Remarks

Only 'On Order' quantities are considered.

See Also

Reference

WMSOrderTransType_Output Class