
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2025 09:31 AM - edited ‎08-01-2025 02:43 AM
Hi,
Does anyone know how add I change the default list layout on the Health Dashboard sub metrics to add new fields to the list view ? You can navigate to it by following the steps below
1) CMDB Workspace > Click on Completeness Health Score
2) Click on a score under the 'Missing required attributes' or 'Missing recommended attributes' tab
Do I need to update it using the UI builder or can it be done outside of it?
Regards,
Ayman
 
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2025 04:28 AM - edited ‎07-31-2025 04:30 AM
After diving into this deeper, I have found the columns are held within the 'Page init' component of the 'Health Dashboard Submetrics' page of the CMDB workspace.
Here are the detailed steps
- Change your scope to 'CMDB Workspace' and create an Update set for your changes
-
Navigate to Now Experience > UI Builder
- Load the CMDB Workspace
- From the list of pages, load the 'Health Dashboard Submetrics Default' page in the Editor
- From the left hand navigation, locate the 'Page init' under the Client script section
- On the Client script, locate the code snippet that loads the columns
- Update the comma-separated list of columns to include the columns you want. E.g. 'Description' in this case  
- Click on 'Apply' and the Save your page
- You should now be able to see your changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2025 02:49 PM
Hi Ayman,
Yes that would be how you change the default for every user. Just beware that since you made customizations to this script, you may not receive updates from our store application patches in the future. What I can do on my end is speak with my team to see if we can make this configurable elsewhere without you needing to make changes through UIB.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2025 02:53 AM
Thanks @Cindy Trieu , that would be helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2025 08:12 AM
For people interested, I created an idea for this. Go up vote it if you need this feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2025 12:09 PM
@ayman_h by the way, in previous version of the CMDB Workspace (my PDI being on 7.3.5 of the CMDB Worskspace), the columns used to be based on the default sys_ui_list, not hard coded. If you where to change the default layout, it would get reflected in CMDB Workspace.
The columns started to be hard coded in version 7.4.1 from what I can see.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2025 05:39 AM
Thanks @EricTherrien_D . That's interesting to hear, not sure why SN moved it to be hardcoded.