Add UI Page to Agent Workspace Side Navigation?

rpedersen360
Tera Contributor

I'm extremely new to ServiceNow development, and haven't quite grasped all of the concepts yet, I've searched everywhere but haven't been able to find this type of solution -

 

I created a UI Page that displays a monitoring solution that is specific for our organization, and I want agents to be able to get to it from the left-side navigation on the Agent Workspace. 

 

Is it possible to add an icon to the Agent Workspace left side navigation that when clicked will display the UI Page I created in a tab on the Agent Workspace? 

 

Thanks in advance!

1 ACCEPTED SOLUTION

JagjeetSingh
Kilo Sage
Kilo Sage

Yes you can achieve it.

1. Open your workspace in UIB and embed your UI page using iframe component.

2. Now go to Now Experience Framework > Experiences > Open your workspace experience > Open the UX page property "chrome_toolbar" > Add your page in the JSON. You'll know how to construct the object using existing values.

 

 

Jagjeet Singh
ServiceNow Community Rising Star 2022/2023

View solution in original post

2 REPLIES 2

JagjeetSingh
Kilo Sage
Kilo Sage

Yes you can achieve it.

1. Open your workspace in UIB and embed your UI page using iframe component.

2. Now go to Now Experience Framework > Experiences > Open your workspace experience > Open the UX page property "chrome_toolbar" > Add your page in the JSON. You'll know how to construct the object using existing values.

 

 

Jagjeet Singh
ServiceNow Community Rising Star 2022/2023

Hi @JagjeetSingh , 

Any help with documentation of building the object for adding the UI page to the workspace. OR do you know how can we map the UI page to route ?

 

 

Please mark as Accepted Solution if this solves your query and HIT Helpful if you find my answer helped you. This will help other community mates too..:)