Create Decision Table based Rules
Beginner
20 min.
Create decision table type business rules to calculate bonus percentage based on eligibility dates and assignment factor of bonus plan custom business object.
You will learn
- How to create decision table based business rules
Rule entity is the technical representation of a simple business rule to be applied to a business case. It defines a business logic that, once evaluated against live data, leads to a decision. A rule includes one or more conditions, and outputs that triggered upon satisfaction of the condition or conditions. Rules can be adapted to the increasing complexity of business cases by combining any number of rules to a rule set.Rule can be of different type like decision table rule or text rule.
Rule Expression Language is an expression language which enables to define condition and result values in decision table and text rule.
For more information, you can read the help documentation: