Target URL format to open in New Tab from Interceptor

Community Alums
Not applicable

My requirement is to open a KB article in new tab when user click on a Text in interceptor. With the url as in screenshot I'm juts able to open the KB article in same tab. Could it be done using the script field in sys_wizard_answer? 

Thank you. 

4 REPLIES 4

jaheerhattiwale
Mega Sage
Mega Sage

@Community Alums Its not possible to open the target url in new tab with just click. However you can do ctrl + click to open it in new tab.

 

Please mark as correct answer if this has helped you.

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

@Community Alums Its not possible to open the target url in new tab with just click. However you can do ctrl + click to open it in new tab.

 

Please mark as correct answer if this has helped you.

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

Ratnakar7
Mega Sage
Mega Sage

@Community Alums  Please try with adding suffix as  -&target="_blank"  like below:

 

myheldesk/kb_view.do?sysparm_article=KB0013001&target="_blank"

 

Please mark as correct answer if this has helped you.

 

Thank you.!

Ratnakar K

Community Alums
Not applicable

I've tried that giving target=_blank but no luck. Can we do that with by using Script field on the sys wizard?