Open workspace page in new Tab

pratapdalai
Tera Contributor

Hi All,

I am working on a requirement where I need to open the workspace page in new tab window on click of the UI Action button within workspace.

 

Could you please suggest possible solution here? 

 

Thank You,

Pratap

2 REPLIES 2

Badal Khojare
Mega Sage
Mega Sage

Hi @pratapdalai , 

Can you try this: 

g_navigation.open("URL", "_blank"); //copy the url of page that should open in new tab

Make sure UI Action is working on client

Please Mark My Response as Correct/Helpful if it helped.
Regards,
Badal Khojare
Community Rising Star 2023

Thank You Badal,

Let me try  this.