- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 01:54 AM
As an admin, I want to automate auditing on key tables so that all changes are tracked for compliance and troubleshooting. Where this option of making auditing enable I can find in ServiceNow
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 02:39 AM
Alright @vidyajadhav!
Then please update the URI below and navigate to system dictionary, filter Type: Collection for the particualr table (in this case sys_user_group) and mark the Audit field to TRUE:
https://your-instance.service-now.com/sys_dictionary_list.do?sysparm_query=internal_type%3Dcollection%5Ename%3Dsys_user_group&sysparm_view=
From that moment, changes made to records from that table (e.g. Group renaming, activation or deactivation will be available in the sys_audit table).
Sys Audit table with all the changes made (to be filtered):
Or the one particular record:
It does not work retrospectively, so changes made before marking the Audit true will not be trackable, only afterwards.
And from that point you can create a report or any other method to see the changes.
Please, let me know if this helped to solve your issue and if possible Accept as solution. Thank you
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 07:23 AM - edited 06-27-2025 07:23 AM
@vidyajadhav Type to the application navigator sys_audit.list and press enter.
But you will see only the record updated AFTER the Audit was enabled, not historically before that...
Please see my comment above, there is explanation with screenshots
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 07:10 AM
Thank you for your help. I am able to get audit option in the collection of dictionery entry. I am unable to find the Table/records. Where i can find the audited records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 07:23 AM - edited 06-27-2025 07:23 AM
@vidyajadhav Type to the application navigator sys_audit.list and press enter.
But you will see only the record updated AFTER the Audit was enabled, not historically before that...
Please see my comment above, there is explanation with screenshots
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 03:17 AM
Why do you wish to audit sys_user_group ?
Doesn't look like a valid business requirements.
Usually groups are import from DEV to PROD and rarely change. there might be changes to group manager etc but not that many changes occur.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader