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.
Checks if given quantity can be picked.
Syntax
public boolean checkItemDraw(
InventQty _inventQty,
NoYes _negativePhysical,
[boolean _addInfo,
PdsCWInventQty _cwQty])
Run On
Called
Parameters
- _inventQty
Type: InventQty Extended Data Type
Requested quantity.
- _negativePhysical
Type: NoYes Enumeration
NoYes::Yes if negative physical inventory is allowed; otherwise NoYes::No.
- _addInfo
Type: boolean
Set to true to add info to infolog.
- _cwQty
Type: PdsCWInventQty Extended Data Type
Requested catch weight quantity.
Return Value
Type: boolean
true, if it is possible to pick; otherwise, false.