Managing Rules
This section shows you the methods involved in managing rules.
Rules Manager is a web application that is available together with Package Manager. However, Package manager requires a different license that you might not have.
Rules Manager shows the list of rules included in the system (Temenos Transact for now).
This section shows you the steps required to create a new rule.
You can view the defined rules in the Rule List section.
You can modify a rule from the Rule List.
You can copy a same rule with a newer version from the Rule List.
This section shows how to validate a rule so that you can publish that rule into Temenos Transact.
This section discusses the key attributes that are needed to define a rule script.
Context variables are used in rule scripts. They come from the EB.CONTEXT table.
Rule variables are used to store a value and use it in the rule script. They are the virtual fields that are used solely for a specific rule.
An embedded rule is when you reuse part of the logic for different rules. Instead of writing new rules, you can embed existing rules in them. You nest (embed) a rule within a new rule that has the same context.
This section shows how you can add a rule script.
Read this topic to know how to define a rule logic.
This section shows how to validate a rule so that you can publish that rule into Temenos Transact.
The Test Harness feature is designed to enable you to test your rule and ensure that it is giving the expected results before putting it to use. You can enter sample data without accessing Temenos Transact data to see the output that would be generated if this data was supplied from Temenos Transact through the contexts.
In this topic