Share via


InventOnHandQty.checkReservation Method [AX 2012]

Checks whether it is possible to reserve given quantity.

Syntax

public boolean checkReservation(
    InventQty _inventQty, 
    NoYes _negativePhysical, 
    NoYes _reserveOnOrdered, 
   [InventQty _addOnhandQty, 
    PdsCWInventQty _cwQty, 
    PdsCWInventQty _cwAddonHandQty])

Run On

Called

Parameters

  • _negativePhysical
    Type: NoYes Enumeration
    NoYes::Yes if negative physical inventory is allowed; otherwise NoYes::No.
  • _reserveOnOrdered
    Type: NoYes Enumeration
    NoYes::Yes if reserving on ordered is allowed; otherwise NoYes::No.

Return Value

Type: boolean
true if it is possible to reserve.

See Also

Reference

InventOnHandQty Class