
- 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
‎07-25-2025 01:43 PM
Hi Ayman,
Do you mean changing the fields via the gear icon in the list on the top right? Or do you mean something else?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2025 04:41 AM
@Cindy Trieu thanks for your response. I meant the default list layout that is displayed when you load the page without making any updates using the gear icon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2025 07:19 AM
Hi @ayman_h,
As per my understanding , That will be the probable solution
-
in Yokohama and later releases, CMDB Workspace pages are built on UI Builder / ServiceNow UI Framework (SN UI Framework).
-
The sub-metrics open list widgets (data tables) configured in the UI Builder page for CMDB Workspace.
-
If the view is controlled by UI Builder, you can:
-
Go to Now Experience > UI Builder.
-
Open the CMDB Workspace page.
-
Locate the list/data table component used for the sub-metric.
-
Adjust the fields/columns configured in the component properties.
-
-
This change will apply to all users and requires UI Builder access.
Please appreciate the efforts of community contributors by marking appropriate response as Mark my Answer Helpful or Accept Solution this may help other community users to follow correct solution in future.
Thank You
AJ - TechTrek with AJ
LinkedIn:- https://www.linkedin.com/in/ajay-kumar-66a91385/
YouTube:- https://www.youtube.com/@learnitomwithaj
ServiceNow Community MVP 2025

- 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