Share via


InventOnHandQty.checkItemDraw Method [AX 2012]

Checks if given quantity can be picked.

Syntax

public boolean checkItemDraw(
    InventQty _inventQty, 
    NoYes _negativePhysical, 
   [boolean _addInfo, 
    PdsCWInventQty _cwQty])

Run On

Called

Parameters

  • _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.

Return Value

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

See Also

Reference

InventOnHandQty Class