ReqCalc.isQtyChangedAndCoveredByOnHand Method [AX 2012]

Determines whether the quantity has been changed in a transaction covered by on-hand.

Syntax

public boolean isQtyChangedAndCoveredByOnHand(
    InventTransOriginId _issueInventTransOriginId, 
    InventTransRefId _issueRefId, 
    ReqRefType _issueRefType, 
    Qty _qtyChanged)

Run On

Called

Parameters

Return Value

Type: boolean
true if the quantity is changed; otherwise, false.

See Also

Reference

ReqCalc Class