RuleSet_Rule
Rule
An individual rule in a ruleset.
Description Rules are eveluated in order until all unknown variables are satisfied. At this point the result, or goal, is returned. Properties
condition : stringThe condition upon which the rule is subject to. A Scheme expression.
descriptionDescription of the Rule.
Valid values based on“string”. 255 (maxLength) enabled : booleanSpecifies if the rule is enabled or not.
name : identifierUniquely identifies the Rule.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
Content
Sequence of:
RuleSet_Rule_Script [1..1]
Parents
RuleSet - A set of rules to support run-time configurable business logic.
Parent topic: RuleSet