A condition is an expression in the rule language which result is either true or false. Examples of conditions:

Order.State = 'Approved' 
Account.Holder.Age < 18 
Customer.Name IS UNDEFINED 
LineItem WAS ADDED TO Order.Items 

Conditions are an essential part of rules, where they determine when the rule actions need to be executed, and of queries where they specify which business objects to find. Conditions are also used for conditional elements in reports and presentations to specify how a particular element should be displayed.

  • Last modified: 2023/05/03 06:31