Open workspace page in new Tab
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 11:41 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 01:27 PM
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
Regards,
Badal Khojare
Community Rising Star 2023
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 06:07 PM
Thank You Badal,
Let me try this.