how can i move the list layout changes from dev to test

lakng
Tera Contributor

how can i move changes of list layout from one instance to another through Update set or XML?

10 REPLIES 10

Ankush16
Kilo Guru

Do your modifications make sure you have u.set at that time.

Below steps to make u.set

  1. Navigate to System Update Sets > Local Update Sets and click New.
  2. Enter Update Set details as described in the table.
  3. 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 .

Nitesh Balusu
Giga Guru

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.

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader