OLD_VALUE
Description
Returns the old value of the attribute before it was changed
Parameters
An attribute of a business object or group
Example
IF OLD_VALUE(Account.Balance) = 100 THEN ...
index function function list miscellaneous
Returns the old value of the attribute before it was changed
An attribute of a business object or group
IF OLD_VALUE(Account.Balance) = 100 THEN ...