- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 06:53 AM
As Agent WorkSpace does not support Domain Separation, any suggestion on how to create Requests from Interactions that are under a different Catalog or accessible in a different domain ?
Currently below code redirects the UI Action to Service Catalog -> All Categories.
g_service_catalog.openCatalogItem('sc_cat_item', '-1', params);
I can Re-direct it to a category by using below code, but to a different catalog is not working .
g_service_catalog.openCatalogItem('sc_category','c93a8e9adbda18102effce1c29961909', '-1', params);
Any Suggestion/workaround would be helpful !
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- 2,237 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2020 04:18 PM
It uses your default portal to get the catalogs to be used. Information can be found here.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2020 04:18 PM
It uses your default portal to get the catalogs to be used. Information can be found here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 02:03 AM
How to modify the default portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2021 04:17 AM
How did you manage it to re-direct it to Category? for me it is taking me to Native UI
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2021 07:23 AM