How to track which “modules/tables” were assessed/modified by a user in last 30 days?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
21m ago
✅ Requirement
I want to capture user activity like:
- Navigator Modules (Application Menu → Modules) changes
- Configuration/Development artifacts modified by the user (e.g., Business Rules, Client Scripts, UI Policies, Script Includes, ACLs, etc.)
- Preferably, a single place/report to see “what the user edited”
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
50 seconds ago
Hi @Rameswarv990717 ServiceNow provides audit logs to track changes made to records, including who made the changes and when. e.g.
- Navigate to System Definition → Dictionary.
- Search for the table you want to track.
- Open the table's dictionary entry and ensure the Audit checkbox is enabled.
- Save the changes.
then Navigate to Reports → Create New. on sys_app_module table.
You Use Customer Update table to Track Configuration Changes.
You can create report on sys_update_set table as per requirement in conditions filter.