
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2016 03:35 PM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2016 03:48 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2016 03:48 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2016 10:19 AM
Thanks, this is what I was looking for.