(UI Builder query)How to redirect to specific link on clicking on the score report in workspace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 01:29 AM - edited 07-09-2025 01:32 AM
Hi Team,
How to do this(UI Builder query):
When i click on the score report count(refer image 1)(in workspace's landing page) I want to redirect to specific list menu in workspace(refer image 2). The redirect should not affect when moved to higher instance.. means it should take the instance name dynamically like glide.servlet.uri=> https://XXXXX.service-now.com/
Image1:
Image2:
Regards,
Snehal M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 02:27 AM
I'm not sure this is 100% doable because for that, you'd need to go to the UI Builder, find the corresponding widget, and then make a change—which is not very easy or recommended.
Instead, I’d suggest focusing on educating the users and explaining that the system has been designed to work this way.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 02:49 AM
Hi @Snehal Madakatt
This is possible.
But for that you need to do a lot of changes in the property of list component.
You have to make those property dynamic using data binding (client state parameters and data resources).
You can do an alternative way, on the click of visualisation, show the list and its related data.
PFA.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 11:36 PM
Link to destination can be used for this as above.
I PDI its working properly, but in dev instance its opening multiple duplicate tabs but with correct URL. Duplicate tab (initially 3 , now 8 duplicate tabs)issue is what i m have. Any idea y this happens...!