Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Introduction to rule specifications
  3. Rule specification configuration
  4. Rule set configuration
  5. Rule statement configuration
  6. REST APIs for rule specifications
  7. Rule specification configuration in advanced mode
  8. Business rules and rule statements
  9. Validation and testing

Rule specification assets

Rule specification assets

Rule specification logic in advanced mode

Rule specification logic in advanced mode

In advanced mode, you write your business rule in expression logic. Within an IF-THEN-ELSE conditional statement, you can use ELSEIF conditions and nest additional IF-THEN-ELSE statements.
An IF-THEN-ELSE statement uses the following format:
// Primary condition IF <Boolean expression> THEN <Rule Block> // Optional – Multiple ELSEIF conditions ELSEIF <Boolean expression> THEN <Rule Block> // Optional ELSE condition ELSE <Rule Block> ENDIF
Before you write the logic, verify that you understand the business data and the requirements of the business rule.
You receive suggestions as you type in the editor. Enter a character space after you type each element in the editor.

0 COMMENTS

We’d like to hear from you!