This is an old revision of the document!
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 ...
This is an old revision of the document!
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 ...