- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 07:07 AM - edited 04-25-2023 10:21 AM
Hi All, so I would think this would be easy to find but I am having no luck. Does anyone know where I can modify the "New" options in the attached image? This is the SOW Workspace.
***EDIT*** - I found it and couldn't delete the post so here is the answer - https://docs.servicenow.com/bundle/tokyo-it-service-management/page/product/service-operations-works...
Thanks, Jim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 12:37 PM
Thanks Andrew and Brad, I was able to get this to work back in April with the EDIT I posted but always appreciate feedback and other ways to get there!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 12:53 PM
Hi oster - there is a condition section in the JSON that defines these items. I have not tried to implement as a role but you might want to start there.
Configure record creation from the new tab menu in Service Operations Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 11:29 PM
I found this post which stated how this could be configured by role
{
"label": {
"translatable": true,
"message": "New Change Request"
},
"routeInfo": {
"route": "create-change-request-page",
"fields": {},
"multiInstField": ""
},
"condition": {
"tableDescription": {
"table": "change_request",
"canCreate": true
},
"roles": ["admin"]
}
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 06:29 AM
Thanks for the follow up, I'll keep that in the bag of tricks!
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 04:14 AM
hi @cagg @Brad Tilton @Andrew Amador
I have created a new option to create service request. It is routing to OOTB 'Service Catalog'.
I am trying to route to my Custom catalog, but it is not happening whatever I tried, it is always going to OOTB Service catalog only.
If any of you have any ideas about this. Please feel free to pitch in!