Open Category in the ServiceCatalog through UI Action in CSM Workspace

Ruihster
Tera Contributor

Hi All.

I wanted to make the "Create Request" UI Action for CSM Workspace.

I found out about the "g_service_catalog" API but in the Documentation here is only one Function defined.

I was able to open the Service Catalog with the function "openCatalogItem", like the function name says it's for opening a Catalog Item and not a Service Catalog. 

In the UI Action I use:

 

g_service_catalog.openCatalogItem('sc_cat_item', '-1', params);

 

as Param is the Parent Table and Parent Sys_ID.

 

Now the Code opens the whole Service Catalog but now I want that only a specific Catalog Category is opened to show the Catalog Items inside that Category.

 

Is this possible somehow or not and does someone know if there is a Documentation of all functions of that API ?

 

Thanks 

Regards.

12 REPLIES 12

Hello BenSB,

 

Were you able to get why it was not working for SOW as I too have the same issue.

Please let me know the solution if you know.

 

Thank You!

Hi Omkar,

 

I have not done any further research, so there is no solution for SOW at the moment from my side.

 

BR

Hello BenSB,

 

have you found the solution to SOW?

HEllo Omkar,

 

have you found the solution to SOW?

hey @Rodrigo Erthal  Did you found any workaround for this ?