Scripting Help- How to open a Catalog Item in a New Window
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 10:28 AM
I have a UI Action that redirects to a Catalog Item and passes a variable (with the help of a Catalog Client Script)
This works fine.
How can I get this UI Action to open the Catalog Item in a New Window?
Currently, it opens the Catalog Item in the same window, which is not wanted because the end user wants to still have that same original record open, in the original window.
Here is my UI Action code:
gs.setRedirect('com.glideapp.servicecatalog_cat_item_view.do?sysparm_id=ea3841fc4751351010057cb2a36d438b&sysparm_short_desc=' + short_desc);
Help is greatly appreciated appreciated!!!!
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 07:22 AM
Any help on this please?