Share via


InventOnHandQty.checkDepreciateOrdered Method [AX 2012]

Checks if the specified quantites can be subtracted from ordered quantities without violating reservations.

Syntax

public boolean checkDepreciateOrdered(
    InventQty _inventQty, 
    InventNegativePhysical _negativePhysical, 
   [InventQty _estimated, 
    PdsCWInventQty _cwQty, 
    PdsCWInventQty _cwEstimated])

Run On

Called

Parameters

Return Value

Type: boolean
true if validation succeeded; otherwise false.

See Also

Reference

InventOnHandQty Class