How to open a new tab on click of ui action in agent workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2019 05:15 AM
Hi all,
I have a workspace form menu ui action 'create' on case form in agent workspace. On click of ui action ,it should open a new tab in agent workspace and show the list of catalog items which are entitled to the logged in user. How can i achieve this.
Regards,
Jayasri M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 02:45 AM
Hi,
Set your UI action to client and try the following:
g_navigation.open("URL", "_blank"); //copy the url of the page you want to open in new tab
Regards,
Munender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 02:57 AM
Hi Munendar,
I have tried this but its not working.
Regards,
Jayasri M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 06:23 AM
Hi Munendar,
Can you please check in Agent Workspace.
I want to open a new tab on click of ui action in Agent Workspace.
Regards,
Jayasri M.