Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to Open an URL in New Window from UI Action?

Community Alums
Not applicable

Hi All,

I'm redirecting to an URL on click of an UI Action How i can open that URL in New Window?

@Ankur Bawiskar Any idea on this?

 

Thanks Everyone,

Bala

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

if the UI action is server side -> then cannot be done

If the UI action is client side -> use this

g_navigation.open(url, '_blank');

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

10 REPLIES 10

Community Alums
Not applicable

@Sumanth Dosapati This is not working even i checked that Client checkbox and i'm using gsftSubmit also