- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2017 09:12 AM
I don't know why two of UI policies have not been captured in the update set. it's working fine in DEV but it is not in TEST; what is the best practice to move the UI policies to Test?
It's already there in DEV .
Is it OK to apply them directly in TEST?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2017 09:19 AM
Hello Soni,
Create a new update set on DEV instance(Make sure you are in the right update set)->Now set the active field flag of the UI policy to false and then again to true. This will ensure the same UI policy is captured in the update set. You can check the same from customer updates related list of the created update set.
Please let me know if you have any questions.
Reference:
http://wiki.servicenow.com/index.php?title=Update_Sets_Best_Practices

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2017 09:16 AM
Hi Soni,
You can get a update set created in TEST & then do the changes. Also, you can check all the updates that were made are captured in update set or not by checking sys_update_xml table & then check by Update set name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2017 09:19 AM
So it's OK to have an update set in TEST and then create the UI policies?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2017 09:20 AM
As a best practice, all the development work should be done on DEV instance and not on TEST.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2017 09:25 AM
Ideally you should not do any development in TEST. As best practice a new update set must be created in DEV instance as suggested by pradeepksharma then checking if all updates required are well captured refer sys_update_xml table once.