- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 05:52 AM - edited 06-19-2023 05:58 AM
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2023 04:31 AM
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.
ServiceNow Community Rising Star 2022/2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2023 04:31 AM
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.
ServiceNow Community Rising Star 2022/2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 03:21 AM - edited 05-03-2024 03:22 AM
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 ?