
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2020 12:47 PM
Guy’s , hi, could you help me, how to check if table records data was updated ? My table has regular update with autoSysFields(false)
Regards, Serhii
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2020 01:06 PM
'check in script' makes me to 2 things.
Script updated or not - For that you can right click the form header as above & select Related List & add Version to the form.
Script to check if field was updated - Yes, you can gliderecord sys_audit table to get the results but do it only if there are limited set of records audit table has whole lot of things & can cause some performance issue as it will pull details that may take longer time to retrieve as it audit everything on platform.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2020 12:53 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2020 12:55 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2020 01:06 PM
'check in script' makes me to 2 things.
Script updated or not - For that you can right click the form header as above & select Related List & add Version to the form.
Script to check if field was updated - Yes, you can gliderecord sys_audit table to get the results but do it only if there are limited set of records audit table has whole lot of things & can cause some performance issue as it will pull details that may take longer time to retrieve as it audit everything on platform.