Rules
- Last UpdatedApr 08, 2024
- 1 minute read
-
Every rule will have at-least 1 condition at any time
-
Condition will be composed of following:
-
condition composer - And/Or
-
an attribute belonging to the class of config
-
comparison operator - =, <>, <, <=, >, >=
-
value for the condition
-
-
Attribute can be set by selecting an attribute from the Select Attribute window. Only attributes valid for an configuration class are displayed in the Select Attribute window.
-
The condition composer for the first condition is empty and can never be set, every other condition composer in the rule must be set
-
Depending on the attribute's data type the comparison operators should be filtered out or in for example: if the attribute is of string data type then <, <=, >, >= should not be shown/selectable because they are not valid for string data type but they should be shown/selectable if attribute is of numeric data type
-
There will be an option to remove a condition, the last condition cannot be removed
-
An attribute value cannot be empty.