KanbanRuleVariable.validateProductQuantity Method
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.