How to move updates made on list view of a table via update sets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 02:55 AM
Requirement: Customize the list view for a particular table ie..(cmdb_ci_business_app). I am on my Dev instance I want to capture this modification in a update set and move it to my Test -> Production instance respectively.
1) Is it possible to capture this in an update set?
2) What is the optimal way to complete this task.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 03:08 AM
Yes, it is possible. I would recommend you to follow the following steps to achieve it.
1. Create the Update set.
2. Go to the List view of cmdb_ci_business_app.
3. Right click on any column then Configure->List Layout.
4. Change the layout according to requirement and save.
5. Go to your Update set and verify that List Layout is captured in Customer update section.
6. Mark the update set as Complete by changing the status.
7. Click on the "Export to XML" in related link.
8. Go to your Test instance
9. In the Application Navigator, Navigate to System Update Set->Retrieved Update Set.
10. Click on the Import Update Set from XML
11. Upload the update set which you Exported in step 7.
12. Update set will be loaded in the system.
13. Open that update set, preview update sets and then commit.
14. Your configuration this way can be moved from Dev to Test
Regards,
Ashir Waheed