How to set a default in SOW?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 10:15 AM
Hi Guys,
I need to remove the IT Agent Dashboard as a default in SOW and I need to replace it with something else.
I migrated 2 of our dashboards to Platform Analytics and made them visible in SOW.
I can see them listed, however, it takes so much time to load. Does anyone know why? And how can I make another dashboard to be the default?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2025 05:19 PM
Hi Pradeep,
I will consider to do it, if user has this needs clearly.
Thak you for advices.
Have a good day.
Rockie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 04:13 AM
Hi, would really appreciate some help with this.
We are using Service Operations Workspace ITSM Applications (6.1.3) but I don't see an option to choose another dashboard after clicking the config button in Tier 1 > Donut configuration.
For me this just opens the sys_ux_client_script_include.do?sys_id=a1dcc9e7b77c3010e69dbc16de11a93b with no reference to a dashboard. Please assist..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 01:57 AM
Check these links, they explain how you cna add a dashboard to SOW
How to add Platform Analytics Dashboard to Service... - ServiceNow Community
How to add dashboard to the workspace - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
If you want to modify the default dashboard that is used when you click the "Dashboard" button in the sidebar to use something other than "IT Agent Dashboard", you can follow the below steps:
- Copy the sys_id of your Platform Analytics Dashboard
- To do this, open your dashboard and click the three vertical dots in the top-right corner, then select "Open record"
- Right-click the context-bar and click "Copy sys_id"
- Update the default dashboard in UI Builder:
- Navigate to Now Experience Framework > UI Builder
- Select Experiences at the top
- In the URL path column, search for is "sow" and open the record
- Look for the page varient with a URL path of "/dashboard/" and open the Default record under this
- Change your scope to the appropriate scope of the page so you can edit it.
- In the bottom left in the pane titled Data and scripts, under the Data resources tab, open the broker "Dashboard controller"
- In the dialog that appears, select the "Configure" tab
- Replace the sys_id in dashboardSysId to the custom dashboard you want to be the default (copied in step 1)
- Close the dialog and hit the Save button in the top right