This is an old revision of the document!


Incremental action

The action increments or decrements the value of a business object’s attribute.

( INCREASE | REDUCE ) AttributeIdentifier () BY ArithmeticOperation ()

 INCREASE Account.Balance BY 1000
 REDUCE Account.Balance BY Transaction.Amount

note

Incremental action allows usage of percents in arithmetic operations, for example
 INCREASE Account.Balance BY 10%

or

 REDUCE Account.Balance BY 5%
  • Last modified: 2022/09/13 18:11