Opening new Agent Workspace Tab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2021 07:32 AM
Hi,
we have created a custom page mimicking Service Catalog, and currently are opening it from UI Action 'Create Request' via the "openUrl(...) + top.window.open(...)" function in a new browser tab.
We would like it to behave on the Agent Workspace same way, as the OOTB one did, so when the user selects 'Create Request' - the page would open on a new Tab on AW, on the same row as the original ticket.
Is there a way to customize the UI action to open a new page as a new Tab in Agent Workspace, rather than in a new window? Thanks.
- Labels:
-
Agent Workspace
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2021 07:43 AM
Hi,
Please refer the below link.
https://developer.servicenow.com/dev.do#!/reference/api/orlando/client/GlideAgentWorkspaceAPI
Hope it helps.
Regards,
Ujjawal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2021 11:19 PM
Hi
the GlideAgent API looks useful, but it allows only opening records. The documentation for creating catalog reference on the other hand opens it in the standard catalog.
What I'd need is to open in a Agent Workspace tab is a custom page. Is this possible?
Best regards
Pavel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2021 06:50 AM
Hi
what do mean with "custom page"?
Basically you cannot open anything in a new Workspace tab that is not written in the Now Experience Framework and there is no compatibility with legacy technologies like UI Pages or UI Macros.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2021 01:41 AM
Hi,
I mean the service portal page (sp_page table), that I cloned and edited (originally it was 'sc_category' page).
Originally, the UI action was using the 'g_service_catalog.openCatalogItem' method for opening the default sc_category page, I just need something similar to open the custom one. Is sp_pages part of the Now Experience, or can be adjusted to behave like one?
Best regards
Pavel