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 sets with independent conditions

Rule sets with independent conditions

Configure a rule set with rule statements in an independent relationship when the business rule requires one of multiple conditions to be true.

Independent conditions example

A bank wants to offer credit cards to customers. The bank decides that any customer with a credit balance greater than $5,000 or a salary greater than $50,000 qualifies for a credit card. The bank defines a business rule that requires the customer database to identify the eligible customers. You configure inputs that represent the customer salary and the customer balance. You configure a rule statement to test each input.
You configure a rule set with the following rule statements:
IF CUSTOMER SALARY >= 50000 THEN OFFER_CARD
OR IF CUSTOMER BALANCE >= 5000 THEN OFFER_CARD
The rule set returns data from the first rule statement that can generate an action. However, the order of the rule statements is not relevant in the example. If the data on any input is valid, the input row is valid.

0 COMMENTS

We’d like to hear from you!