Group Deletion history
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2014 04:58 PM
Somebody deleted one group in production,we want to know the person name,how do we get that
Thanks in Advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2014 05:25 PM
Look in Deleted Records. The Table Name will be sys_user_group, the Display value will be the name of your group. Updated by will tell you who deleted it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2014 10:10 AM
Thank You Michael,
I don't find any group related records in deleted records table.
i found entry's in sys_audit table but there is no group name(it showing Document ID).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2014 10:28 AM
It appears that sys_user_group is not audited by default, so tracking this down will be difficult.
Also, according to Restoring Deleted Records - ServiceNow Wiki,
- Deletions from tables with a sys prefix are not tracked. To track deletions from these tables, add the table name to the glide.ui.audit_deleted_tables property.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2014 04:41 PM
Tank you Mike.
now we have enable the property,and able to track the deletion in table prefix with sys.