Adding/Editing Rule using Textual View

The Textual Form of the Rule dialog allows users to enter rules exactly as they are specified in the Rule Language. If the rule has syntax error the error message will be displayed at the bottom part of the tab and the location of the error will be highlighted.

At any time when editing rule conditions or rule actions you can press F3 or F4 to bring up the Context Assistant.

note

You can use comments anywhere inside rules specified in the Textual View. Comments are specified between /* and */ symbols, for example:
IF SomeCondition THEN
    /* ActionOne */
    ActionTwo 

Comments in rules are ignored when the rule is evaluated.

  • Last modified: 2022/09/13 18:15