- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2016 01:29 PM
Is there a way to determine if a user disabled their notifications from their profile via Self Service > My Profile? When looking at the User history details it says: NOTE: This table is not audited, field changes cannot be displayed. Is this information captured anywhere inside ServiceNow?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2016 02:01 PM
By default, this table is not audited, so ther is noway to see that.
If you want to audit that table go to "dictionary". serach for table "sys_user" with column name empty. open that record and select the "audit" flag.
From now on the change to that table will be audited.
After a few days, you may have a look at the history table and decide to not audit some of the field by adding the dictionary attribute "no_audit"
See - Turning on Auditing (History) for a Table - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2016 02:01 PM
By default, this table is not audited, so ther is noway to see that.
If you want to audit that table go to "dictionary". serach for table "sys_user" with column name empty. open that record and select the "audit" flag.
From now on the change to that table will be audited.
After a few days, you may have a look at the history table and decide to not audit some of the field by adding the dictionary attribute "no_audit"
See - Turning on Auditing (History) for a Table - ServiceNow Wiki