Group table auditing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2017 12:39 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2017 01:16 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2017 01:38 PM
I tried all the options. But no luck. So, I have to make no_audit=true for the 27 fields.