- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 01:13 PM
Hello,
I have UI Policy that was deleted by mistake in the sandbox instance. It needs to be restore.
What is the safest way to do it. I am thinking of 'Export XML' from the other sub-production instance and then import the xml in to sandbox.
Thanks so much for reading and answering.
Solved! Go to Solution.
- Labels:
-
Service Catalog
-
Service Portal
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 01:37 PM
You can recover this UI Policy and all of its UI Actions from the sys_metadata_delete table. They are not in the Deleted Records module. I had to type in sys_metadata_delete.list in order to get to this table and its records.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 01:36 PM
Hello Som,
Navigate to the module "Deleted records" to restore the deleted file. If this doesn't work the best way is export from prod and import it on sandbox instance. You will have to take export of UI policy and UI policy actions XML separately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 01:37 PM
You can recover this UI Policy and all of its UI Actions from the sys_metadata_delete table. They are not in the Deleted Records module. I had to type in sys_metadata_delete.list in order to get to this table and its records.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 01:41 PM
You are right. They show up in deleted application file modules(only visible to Maint). Redirecting to the table sys_metadata_delete and restoring it from there should work.
Reference Accidentally Deleted Application Menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 02:01 PM
I don't have access to the tables.