logo

NJP

Varan explains

Import · Sep 01, 2022 · article

Auditing in ServiceNow You can enable table auditing to track changes to all or some of the table's fields. Tables : sys_audit, sys_audit_relation BRs, workflows - To prevent performance issues and infinite loops, the system skips any business rule or workflow triggered by inserts to the Sys Audit table. Enabling audit at table level - This will audit all fields on that table. Inclusion list auditing for a table - attribute - audit_type=whitelist on collection field - attribute - audit=true - this applies only to a specific subclass Exclude field from being audited - attribute - no_audit=true - all the subclasses Delete audited - system property - glide.ui.audit_deleted_tables References : https://docs.servicenow.com/bundle/tokyo-platform-security/page/administer/security/task/t\_EnableAuditingForATable.html When to use audit table - https://support.servicenow.com/kb?id=kb\_article\_view&sysparm\_article=KB0786168

View original source

https://www.servicenow.com/community/now-platform-blog/varan-explains-auditing-in-servicenow/ba-p/2332877