Can i get the deleted business rules back?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2016 02:44 AM
Hi,
I have deleted a couple of business rule unknowingly, is there anyway I can get it back?
Thanks,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2016 02:59 AM
Check your "deleted records" on the sys_audit_delete table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2016 03:01 AM
Hi Jesper,
I dont see any of the business rules there?
Thanks,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2016 03:08 AM
Did you try searching for sys_script as table name? https://YOUR-INSTANCE.service-now.com/sys_audit_delete_list.do?sysparm_query=GOTOtablename%3Dsys_scr...
You could also check your update set or the default one if you did not create one, then you should be able to find the business rule you deleted, and in that find the script for the business rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2016 03:22 AM
Hi Jesper,
In the update set I am able to see the script in XML format, how can I get it in the original format.And I tried searching with the table name in "deleted records" but there were no results.
Thanks,
Sam