How to find out who deleted a record

juliochacon23
Tera Expert

Hi, somebody deleted a change request in ServiceNow.   My question is how do I find out who deleted the record?   Does ServiceNow how a log for this?

Thanks

-Julio

1 ACCEPTED SOLUTION

darius_koohmare
ServiceNow Employee
ServiceNow Employee

Yes, the easiest thing to do is look at the deleted records module, or sys_audit_delete_list.do . The 'created by' user will be the user that deleted the record.


View solution in original post

2 REPLIES 2

darius_koohmare
ServiceNow Employee
ServiceNow Employee

Yes, the easiest thing to do is look at the deleted records module, or sys_audit_delete_list.do . The 'created by' user will be the user that deleted the record.


juliochacon23
Tera Expert

Thanks, this is what I was looking for.