The CreatorCon Call for Content is officially open! Get started here.

Scripting Help- How to open a Catalog Item in a New Window

Su522
Kilo Sage

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

Su522
Kilo Sage

Any help on this please?