UI Builder Q3.

SandeepKSingh
Kilo Sage

This in continuation to Question no 2:-
when I click on the Link it should open a new tab.!!

SandeepKSingh_0-1741764584309.png

 

 

1 ACCEPTED SOLUTION

Ravi Gaurav
Giga Sage
Giga Sage

So @SandeepKSingh .. Its straight forward.. add the property under now-experience--> experience -->
add "chrome-tab" as a Name and using JSON component like:

{

"maxMainTabLimit":10,

"maxTotalSubTabLimit":30

}

--------------------------------------------------------------------------------------------------------------------------


If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!

Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI

 YouTube: https://www.youtube.com/@learnservicenowwithravi
 LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/

View solution in original post

2 REPLIES 2

Ravi Gaurav
Giga Sage
Giga Sage

So @SandeepKSingh .. Its straight forward.. add the property under now-experience--> experience -->
add "chrome-tab" as a Name and using JSON component like:

{

"maxMainTabLimit":10,

"maxTotalSubTabLimit":30

}

--------------------------------------------------------------------------------------------------------------------------


If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!

Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI

 YouTube: https://www.youtube.com/@learnservicenowwithravi
 LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/

SandeepKSingh
Kilo Sage

This Really Works .. Thanks a lot 🙂