The CreatorCon Call for Content is officially open! Get started here.

Need to enable audit in ServiceNow only for the field level for a particular table

Abhilasha G T
Tera Contributor

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

1 ACCEPTED SOLUTION

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

LinkedIn

View solution in original post

5 REPLIES 5

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