Share via


InventOnHandQty.whsCheckReservation Method [AX 2012]

Custom check Reservation method for WHS items.

Syntax

public boolean whsCheckReservation(
    InventQty _inventQty, 
    NoYes _reserveOnOrdered, 
    InventQty _addOnhandQty)

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

InventOnHandQty Class