Group Deletion history

DUGGI
Giga Guru

Somebody deleted one group in production,we want to know the person name,how do we get that

Thanks in Advance

4 REPLIES 4

Michael Fry1
Kilo Patron

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.


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).


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.

Tank you Mike.



now we have enable the property,and able to track the deletion   in table prefix with sys.