GET_CHANGES

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

Object name that has been changed

IF MyObject WAS CHANGED THEN
   CREATE AuditRecord WITH 
    AuditRecord.Description = GET_CHANGES(MyObject) 
  • Last modified: 2023/05/09 00:57