Differences
This shows you the differences between two versions of the page.
| a_f:f:99_a:get_changes [2022/09/01 06:46] – created - external edit 127.0.0.1 | a_f:f:99_a:get_changes [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:get_changes to a_f:f:f:get_changes administrator | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | ||
| - | ====== 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 ===== | ||
| - | <code aim>IF MyObject WAS CHANGED THEN | ||
| - | | ||
| - | AuditRecord.Description = GET_CHANGES(MyObject) </ | ||