- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 07:42 AM
Is there a way to get the version history for scheduled script execution records (sysauto_script)? Normally, I would go to related list and add version history.
If this isn't something out of the box, is there a way to configure it so we can get version history?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 09:12 AM
Thats correct, since you would enable audit on the Collection Dictionary Entry of the table, not a specific field. You can disable audit on a field through the attributes. Though enabling: on the Collection Dictionary Entry of the table.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 07:45 AM
Hi there,
Indeed out-of-the-box there is no audit turned on on this table. You could turn on the audit. Though do consider NOT to audit every field on this table.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 08:07 AM
Hi Mark,
Appreciate the fast response! Is audit different than the version history and its related list? I like the version history as it keeps track of changes (especially scripts) so we can revert if necessary. If it's not the same, do you know if it's possible to configure a way to do it?
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 08:12 AM
Technically there are other tables involved, though the origin source is sys_audit. So for what you are asking, you need to turn it on.
Though like I mentioned, consider NOT doing so for every field. Since some fields might be updated an extreme amount of times.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 08:19 AM
Hi Mark,
That's helpful to know. Can you take a look at the screenshot below? I looked at the audit documentation in ServiceNow, but I'm not seeing the audit checkbox. Please let me know if this is the wrong location