
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2019 06:35 AM
Hi All,
I am unable to open URL using UI Action for Agent workspace.
I tried below options already, but didn't help.
1. action.setRedirectURL('http://www.mysite.com/mypage.htm');
2. window.open('http://www.mysite.com/mypage.htm');
3. g_navigation.open("'http://www.mysite.com/mypage.htm'");
Nothing works here, I don't know what I need to else, remember it is Scoped application and it is "ITSM Workspace" application.
Regards,
Satpal Singh
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2019 12:12 AM
Bad memory, but I have actually in my book how to redirect client-side to external as well 🙂 For those who doesn't have the book, it's just like this:
var win = top.window.open(‘http://www.coolsite.com’, '_blank');
win.focus();
Who knows what else there might be in the book 😉
//Göran
Feel free to connect:
LinkedIn
Subscribe to my YouTube Channel
or look at my Book: The Witch Doctor’s Guide To ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2019 11:14 PM
Hi ,
I think the way you are setting URL might be wrong for scoped.
Check the below link
Mark my ANSWER as CORRECT and HELPFUL without fail if it helped your purpose.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2019 11:58 PM
Hi,
I tried for both Scoped and Global, and tried different possiblity already but it is not working.
Regards,
Satpal Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2019 11:42 PM
Yo Satpal,
Do you try do do it server-side or client side?
//Göran
Feel free to connect:
LinkedIn
Subscribe to my YouTube Channel
or look at my Book: The Witch Doctor’s Guide To ServiceNow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2019 11:59 PM
Hi Goran,
Yes, I tried on both Server-Side and Client but no luck.
It is in Agent Workspace scoped application.
Regards,
Satpal Singh