- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2016 07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 09:34 PM
Hi
while pointing user to external URL page from UI Action client script this will be helpful to redirect.
location.href = ("external page URL");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2016 12:06 AM
Hi mayur tejnani,
Thanks for the reply
window.location=URL;
this also give the same error as "Cannot read property 'open' of null"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2016 12:11 AM
Hi mayur tejnani,
Thanks for the reply
According to this given link Window is not supported
Mobile Client GlideForm (g form) Scripting - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2016 12:13 AM
Have you tried using action.setRedirectURL(); in the UI Action
action.setRedirectURL('http://www.mysite.com/mypage.htm');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2016 12:21 AM
I have tried action.setRedirectURL();
that is giving error as action is undefine in application scope
Please refer the screen shots given above..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 09:34 PM
Hi
while pointing user to external URL page from UI Action client script this will be helpful to redirect.
location.href = ("external page URL");