how to make the audit trail as true for a field in ServiceNow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2024 08:41 AM
how to make the audit trail as true for a field in ServiceNow
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2024 08:56 AM
Hi @sonali bhagat,
To enable auditing for a field in ServiceNow, follow these steps:
- Log in as administrator
- Navigate to System Definition > Dictionary
- Find the record of the table whose type is 'Collection'
- Tick the Audit field of this record
- Select the Advanced view
- Enter 'audit_type=whitelist' in the Attributes field
- Save
- Find the record of the specific field of the table
- Select the Advanced view
- Enter 'audit=true' in the Attributes field
- Save
This will ensure that any changes to the specified field are tracked in the audit logs, providing a history of modifications for that field.
Thank you, please make helpful if you accept the solution.