Configuring auditing for a table doesn't show new records in the audit logs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I configured auditing for the sys_user table and if I edit a record in the sys_user table, I can see this change logged in the sys_audit table. However, if I make a POST request to the sys_user table, this does not show up in the sys_audit table. Is there a way to monitor both the creation and deletion of records from the table too? I am not just interested in monitoring edits to records but also creation and deletion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @LakshyaG8207824 ,
Updates to records are captured in the sys_audit table, deletions are logged in the sys_audit_delete table, and insertions are not automatically logged unless specifically configured...
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/