how can i move the list layout changes from dev to test
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2019 11:04 PM
how can i move changes of list layout from one instance to another through Update set or XML?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2019 11:11 PM
Do your modifications make sure you have u.set at that time.
Below steps to make u.set
- Navigate to System Update Sets > Local Update Sets and click New.
- Enter Update Set details as described in the table.
- Click Submitto create the Update Set. If the picker is enabled and the Update Set is in the In progress state, click Submit and Make Current
Once done commit u.set to required instance .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2019 11:11 PM
It depends on how the list layout is configured. If you right click and say configure list layout and save it does get captured in an update set.
If you use the gear icon, then the records are stored in sys_ui_list table. You can go there and add to update set manually or export records to an XML and import it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2019 11:15 PM
Hi,
Capture those list layout changes in an update set and then move the update set
once your work is done, mark the update set as complete, export that as xml and in another instance import that update set as xml
preview it, commit it and see the changes
https://docs.servicenow.com/bundle/newyork-application-development/page/build/system-update-sets/reference/update-set-transfers.html
https://docs.servicenow.com/bundle/helsinki-application-development/page/build/system-update-sets/concept/c_TransferUpdateSets.html
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2019 11:44 PM
Hi,
Any update on this?
Can you mark my answer as ✅ correct, 👍 helpful if you were able to achieve the requirement. This helps in removing this question from unanswered list and helps users to learn from your thread. Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader