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.
Verifies the product quantity against the minimum and maximum product quantities of the rule record.
Syntax
public boolean validateProductQuantity(KanbanQuantity _productQuantity)
Run On
Called
Parameters
- _productQuantity
Type: KanbanQuantity Extended Data Type
A kanban product quantity.
Return Value
Type: boolean
true if the quantity is valid for this kanban rule; otherwise, false.