Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|---|---|---|---|---|---|
Description | No | No | string | none | 64 - Max Length | Description of the Rule |
ConditionExpression | No | No | string | none | 255 - Max Length | Logical expression, including Condition Rule references, the logical operators && and ||, and parenthesis grouping. If the condition evaluates true then this rule will be applied, otherwise it will not. Condition rule references are of the form ${n}, where 'n' is the row ID of the condition rule. If no logical expression is provided then the expression is evaluated as 'true'. |
ResultType | Yes | No | Enum | 1 | Possible values:
| Specifies the result type of the current rule to go on to the next rule. If eRtMandatory, and this rule fails, all other rules in this message table will be dropped. If eRtOptional, then continue to the next rule unconditionally. |
MatchRegex | Yes | No | string | none | 128 - Max Length | This is the 'match' regular expression for the manipulation operation. |
ReplaceRegex | Yes | No | string | none | 128 - Max Length | This is the 'replace' regular expression for the manipulation operation. |