(UI Builder query)How to redirect to specific link on clicking on the score report in workspace?

Snehal Madakatt
Mega Sage

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:SnehalMadakatt_0-1752049081107.png

 

Image2:SnehalMadakatt_1-1752049204061.png

 

Regards,

 

Snehal M

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Snehal Madakatt 

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]

****************************************************************************************************************

Saurabh Gupta
Kilo Patron
Kilo Patron

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.

SaurabhGupta_0-1752054511498.png

SaurabhGupta_1-1752054540311.png

 

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

SnehalMadakatt_0-1752561233580.png

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...!