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 Reservation method for WHS items.
Syntax
public boolean whsCheckReservation(
InventQty _inventQty,
NoYes _reserveOnOrdered,
InventQty _addOnhandQty)
Run On
Called
Parameters
- _inventQty
Type: InventQty Extended Data Type
Requested quantity.
- _reserveOnOrdered
Type: NoYes Enumeration
Yes if reserving on ordered is allowed; otherwise NoYes::No.
- _addOnhandQty
Type: InventQty Extended Data Type
Additional on hand quantity.
Return Value
Type: boolean
true, if it is possible to reserve; otherwise, false.