We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

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

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  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

10 REPLIES 10

Not applicable

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