Modify Attribute Action
The Modify Attribute action modifies the value of a particular attribute of a business object, business object group or notification. The action assigns a new value to the attribute. For example:
- Account.State = 'Open'
- Account.Balance = 1000 + Transaction.Amount
It is possible to assign values to attributes of the Reference type (see Reference Attributes), for example:
Loan.Item = Item
It is also possible to clear the single references or references lists by assigning an UNDEFINED constant as the value (see Constants), for example:
Member.Loans = UNDEFINED