How to redirect to a new Tab/ window from UI Action without using Client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2020 10:55 PM
Hi
We have a requirement to redirect to a new tab/ Window from UI action without using Client script.
We have tried using 'window.open(url, '_blank');' but the page isnt loading from the current page.
Thanks
Glenn
- Labels:
-
Change Management
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2020 10:59 PM
in ui action you can use client script and there you can use that code. can you confrim why you dont want to use client script ?
Note: window.open(url, '_blank'); works on client side.
https://www.servicenowguru.com/system-ui/ui-actions-system-ui/client-server-code-ui-action/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2020 10:59 PM
Hi Glenn,
Below link might help you please look into that
Please mark correct and Helpful if it helps
Thanks & Regards
Himanshu Dubey