We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Default Dashboard in Service Operations Workspace

Nicolas17
Tera Expert

Hello community!

Our Service Desk Manager built himself a custom dashboard in Service Operations Workspace (SOW) and would love to land on it by default when clicking the "Dashboard" button in the left ribbon.

 

Right now, every time he logs back in and goes to that section, it opens the default IT Agent Dashboard instead.

I tried setting the Default Dashboard value in the Service Operations Workspace Experience in UI Builder (see screenshot), but it doesn't seem to have any effect.

 

So my questions are:

  • Is there a way to change the default dashboard for all users (or ideally per user)?

  • Or even better: is there a way to load the last opened dashboard, like what we see in Next Experience UI?

 

Any tips would be really appreciated!

Thanks in advance!

12 REPLIES 12

VanceM
Tera Contributor

Apologies, my image didn't come through. Here:

VanceM_1-1765573668476.png

 

Chaddie
Tera Contributor

I just got this working now. 

 

So a new Dashboard was created in Platform Analytics that we wanted to use as the Default, going to call it "My Service Desk" for the purpose of these instructions.

 

Update Default Dashboard when the Dashboard icon is clicked

1. Create update set in Application "Incident Management for Service Operations Workspace"

2. Open UI Builder and search for "Service Operations Workspace" and open it

3. Perform a CTRL+F for "IT Agent Dashboard"

and you'll see a single page within called "Default".

4. Look the right of "Default" row and click on "Settings" and then make this inactive by unticking the Active flag and saving. We'll be creating a variant to replace it.

5.  Next, click on "Duplicate"  (if you can't find that word just CTRL+F and find that word)

6. Give you new variant a name then open it up in the "Editor" 

7. In the Editor, you'll see in the bottom left-hand side "Data and scripts"

8.  Within "Data and scripts" you'll see Data resources -> Dashboard controller

9.  Click on Dashboard controller and then update the dashboardSysId property with the Sys Id of your new Dashboard (e.g. Sys Id of dashboard My Service Desk).

10. Close the window and make sure that change is Saved on your variant by hitting Save button in the top-right

 

Update Landing Page Default Dashboard

1. Create update set in Application "Service Operations Workspace ITSM Common"

2. Open UI Builder and search for "Service Operations Workspace" and open it

3.  Under "Home" Landing Page group look the right of "Service desk landing page PAR SNC" row and click on "Settings" and then make this inactive by unticking the Active flag and saving. We'll be creating a variant to replace it.

4.  As done above, duplicate this page to create a variant

5. Open the variant in the Editor

6. In the left-hand side look for "Dashboard 1" and click on it

7. In the far right ensure you're on "Configure" for this component and then set the "Default Dashboard" to be the name of your default dashboard e.g. My Service Desk

8. In the Editor, you'll see in the bottom left-hand side "Data and scripts"

9.  Within "Data and scripts" you'll see Data resources -> Dashboard controller 1

10.  Click on Dashboard controller 1 and then update the dashboardSysId property with the Sys Id of your new Dashboard (e.g. Sys Id of dashboard My Service Desk).

11. Close the window and make sure that change is Saved on your variant by hitting Save button in the top-right

 

That's all folks 🙂

 

 

 

 

 

i acutally put in a HI case for this that day you added this comment, as i couldnt figure this part out. TY very much for this.