how to open a url in new table in UI action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 05:18 AM
Hi All,
I am using a server side Ui action and the want to open the url in new window.
So my script is like :-
var url="//https:instancename.service-now.com/sysparm_stack=no&sysparm_attributes=record=incident,parent=parent_incident,title=number,description=cmdb_ci,short_description,baseid=' + parent;
action.setRedirectURL(url);
so how can i open it in new table , its a form link UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 07:36 AM - edited 05-16-2023 07:39 AM
Hi @Priya75 ,
Please refer the below links.
https://www.servicenow.com/community/now-platform-forum/ui-action-links-open-in-new-tab/m-p/1027935
Please mark my answer as helpful/correct if it helps you.
Regards,
Namrata