Table of Contents

, , ,

GET_CHANGES

Description

If an object was changed returns which attributes have been changed as well as old and new values

Parameters

Object name that has been changed

Example

IF MyObject WAS CHANGED THEN
   CREATE AuditRecord WITH 
    AuditRecord.Description = GET_CHANGES(MyObject)