Agent Workspace- Create Request Button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2021 10:51 AM
Hi Team,
var result = g_form.submit('sysverb_ws_save');
if (!result) {
//failed form submission
return;
}
result.then(function() {
var params ={};
params.sysparm_parent_table = "incident";
params.sysparm_parent_sys_id = g_form.getUniqueValue();
g_service_catalog.openCatalogItem('sc_cat_item', 'dad2f45de8803100ee5118d02d1a930a' ,'-1', params);
});
}//
- Labels:
-
Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2021 11:03 AM
Hi
if you want to use your custom service catalog you have to register it first. Otherwise, you will get an error because Agent Workspace cannot find your Catalog Item in the predefined Service Catalog.
Please see page https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/workspace/task/assign-s... to learn how to register your Service Catalog for Agent Workspace.
Kind regards
Maik
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2021 07:25 PM
Hi
Did my reply answer your question?
If so, please mark the appropriate response as "correct" so that the question will appear as resolved for other users who may have a similar question in the future.
If not, please tell me what you are still missing.
Many thanks & kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2021 06:43 AM
I'm looking through the link but I'm unable to find the Agent workspace that I'm working on.