Open Category in the ServiceCatalog through UI Action in CSM Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 08:05 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2024 11:31 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 01:22 AM
Hi Omkar,
I have not done any further research, so there is no solution for SOW at the moment from my side.
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2025 08:50 AM
Hello BenSB,
have you found the solution to SOW?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2025 08:50 AM
HEllo Omkar,
have you found the solution to SOW?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2025 09:54 PM
hey @Rodrigo Erthal Did you found any workaround for this ?