is there a way to open catalog items as a new tab in agent workspace, from a module?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 07:38 AM
ServiceNow has an out of the box UI action that opens calalog items, called create request(g_service_catalog.openCatalogItem('sc_cat_item', '-1', params)). But in order to do this you have to have a case. I was wondering if its possible to create an application and module that when clicked opens a new tab in the workspace with the catalog items open, similar to how it would be with the UI action above.
Thanks in advance for your help.
Labels:
- Labels:
-
Agent Workspace
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 12:11 AM