Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _inventQty
Type: InventQty Extended Data Type
Quantity to check.
- _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.