Jump to: navigation, search

Decision Tables Overview

Decision tables allow you to join a number of Linear Rules with the same set of conditions (when) and actions (then) to be used for a complex (structured) business case. Use decision tables to avoid dozens of linear rules with identical structure in the system.

Important
Choices in decision tables need to be mutually exclusive to avoid ambiguity. This ensures that there is only one outcome per evaluation. If the choices are not mutually exclusive, multiple rows can be executed, in no guaranteed order. The last row executed will determine the final result.
Disclaimer
From release 8.5.301, the maximum number of columns supported in Decision Tables is increased from 30 to 50.


The following  topics explain how to work with Decision Tables in GRAT:

This page was last edited on March 7, 2016, at 19:18.
Comments or questions about this documentation? Contact us for support!