Calculations

UDP ››
Parent Previous Next

Calculations

Expressions that can be used in the conditional part of a rule (see Rule Condition) may work not only with attributes of business objects, business object groups or notifications but also with calculations performed with these attributes. For example,

   

-          If Account.ClosingDate < Account.OpeningDate + 5 Then …  

-          If Account.Balance < SUM Transaction.Amount WHERE (Transaction IN Account.Transactions) Then …  

   

Calculations can include the following constructs:

   

Constants

Arithmetic operations

Functions

Aggregate calculations