- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2021 10:40 PM
Hi,
I want to open a URL in new tab through agent workspace UI action.
I tried multiple things such as :
action.setRedirectURL("www.gogle.com");
g_navigation.openPopup(url)
window.open(url, '_blank');
But nothing seems to work.
Any help is appreciated.
Solved! Go to Solution.
- Labels:
-
Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2021 12:30 AM
Hi
please use the following code
top.window.open("http://www.google.de", "_blank")
Kind regards
Maik
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2021 12:30 AM
Hi
please use the following code
top.window.open("http://www.google.de", "_blank")
Kind regards
Maik
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 09:35 AM
Hi @Maik Skoddow any idea if theres a way to redirect inside the workspace?
Also, if you know if I can pass a parameter in the url and grab the value from url?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 08:33 AM
This does not help in service operations workspace, the ui actions does nothing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2024 09:47 AM
I guess the Service Operations Workspace did not exist at the time this question was asked and answered.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/