How can I export all of the UI Actions for the UI Policies I just loaded?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2017 03:59 PM
Hi All,
I just did an update and did so WITHOUT Using Update Sets...We only have 1 sub prod instance so next updates are going in to production.
I created about 50 UI policies and have loaded the XMLs in to our production instance. The issue now is that I have all the UI Actions that are part of the UI Policies and they didn't come over at the same time.
Is there an easy way to load all the UI Actions now or do I need to compare instances side by side and create all the Actions manually?
Please advise. I realize this is wrong but we got too far and had too many changes to go back and add to an update set so I am doing it all manually.
Any tips would be appreciated.
Thanks
Carl Helber
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2017 04:21 PM
Hi Carl,
If you just wanted to import latest version of UI Policy Actions belong to the UI policies, you could do that by navigating https://instance.service-now.com/sys_ui_policy_action_list.do and build a filter with OR conditions.
UI policy is x or UI Policy x2 or UI policy is x3 and so on. once you have this condition you can just export and import as the same way you did for UI policies.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2017 04:26 PM
Hello Carl,
Navigate to sys_ui_policy_action.list from navigation filter and then export XML by excluding the one not required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2017 08:49 AM
Hi,
Is it possible yo export both Catalog UI policy and policy action and the link between the UI policy and UI policy action?
Thanks,
Lucy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2017 09:13 AM
Hi Lucy,
Export the UI Policy and import it.
Then export the UI policy action and import it.
Link between them are automatically created
Please mark this response as correct or helpful if it assisted you with your question.