Share via


InventOnHandQty.whsCheckItemDraw Method [AX 2012]

Custom check Item Draw method for WHS items: checks against the item's physical availability if provided quantity can be picked.

Syntax

public boolean whsCheckItemDraw(InventQty _inventQty, boolean _addInfo)

Run On

Called

Parameters

  • _addInfo
    Type: boolean
    When True, info log message will be added if check failed.

Return Value

Type: boolean
true if it is possible to pick _inventQty for item; otherwise, false.

See Also

Reference

InventOnHandQty Class