Display only one Catalog Category when using the "Create Request" UI Action

SSantacroce
Tera Contributor

Hello everyone,
I need to be able to open a Request from an Incident in the Service Operations Workspace, so I've tweaked the Workspace Client Script of the "Create Request" UI Action to my needs and have been using that.
Thing is, whenever I click on the UI Action and open the new tab it automatically opens on the "Popular Items" Page. This allows the user to access all catalogs and all categories - while I only need them to access one catalog and only one category

 

SSantacroce_0-1775223137181.png

 

I've tried adding different parameters, such as -

params.catalog_id = "SYS_ID_OF_MY_CATALOG"; or
params.catalog_id = SYS_ID_OF_MY_CATALOG&id=sc_category&sys_id=SYS_ID_OF_MY_CATEGORY"; or
params.category_id = "SYS_ID_OF_MY_CATEGORY";
 
but none of them changed a thing.
Is there any way to do this?
0 REPLIES 0