Show TOC

Evaluate Decision Table ActionLocate this document in the navigation structure

Use

This action type is used to evaluate a Decision Table in the same ruleset or a reusable ruleset.

Syntax

Evaluate Decision Table: Name of Decision Table

Example

If

 
 

(Customer.getName() not equals null)

Then

 
 

Evaluate Table: Decide pf and bp

In this example, "Decide pf and bp" is a Decision Table that decides the Pricing factor and the BasePremiumAmout for a Health Insurance Plan.

When executed, the Decision Table is invoked. Irrespective of the outcome of the Decision Table, the control returns to the calling rule.