- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 06:05 AM
Hi Team,
Need to enable audit in ServiceNow only for the field level for a particular table.
how to achieve this.
i have done for table level like below,
Dictionary>table(particular) >Type>(entered collection) > audit >enabled
later checked in the sys_audit.LIST
Regards,
Abhilasha G T
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 10:41 AM
Can you share in detail what you tried?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 05:08 AM
Hi Roethof,
its working fine now,
first we need to enable table level Audit like below
Go to > Dictionary>select table(particular) >Type>(entered collection) > audit >enabled
later open the advanced view and in the attribute enter like audit_type=whitelist
save it.
For Field level audit
open respective table , and particular field , right click and open configure dictionary in advanced view , enter the attribute like audit=true and save it.
it will work.
change the existing value of a particular field and save it.
later check in the sys_audit.LIST
Regards,
Abhilasha G T