Group table auditing

gauravbhatia
Kilo Contributor

Hi All,

I want to audit Group[sys_user_group] table. Currently there are 29 fields on the group table and I want to audit only two fields which are - 'Name and Manager'. I have checked the audit checkbox for sys_user_group table from the dictionary. It makes all the 29 fields audited but as I mention earlier I just want to audit only two field.

For the 27 fields for which I do not want auditing I added 'no_audit= true' attribute in their respective dictionary entry. But I have to do this in all these 27 fields.

I just want to know that is there any other way to audit only 2 fields without adding 'no_audit= true' for the remaining 27 fields.

2 REPLIES 2

Sashi K1
Kilo Guru

Try using field level auditing. Use 'no_audit' dictionary field to include/exclude auditing for selected fields.



Read more here Turning on Auditing (History) for a Table - ServiceNow Wiki


I tried all the options. But no luck. So, I have to make no_audit=true for the 27 fields.