Share via


WHSWorkExecuteDisplay.isOnHandGreaterThanDemand Method [AX 2012]

Method determines if on hand inventory for specific dimension set is greater than current work demand.

Syntax

private boolean isOnHandGreaterThanDemand(
    InventDim _inventDim, 
    ItemId _itemId, 
    InventQty _qtyToBePicked)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The dimension set used for finding on hand inventory

Return Value

Type: boolean
true if on hand inventory is greater than work demand; otherwise false

See Also

Reference

WHSWorkExecuteDisplay Class