- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 09:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 10:44 PM
you want to open workflow context in workspace?
something like this should work fine
function onClick(g_form) {
var url = '/context_workflow.do?sysparm_stack=no&sysparm_table=sc_req_item&sysparm_document=' + g_form.getUniqueValue() + '&sysparm_use_polaris=false';
open(url);
}
Ensure both the checkboxes are true so that UI action starts appearing in workspace
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 09:54 PM
what's your business requirement and what's the script you are using?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 10:09 PM
we want to configure a button workspace on change form to show workflow. But the Glide URL API to open to specific workflow is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 10:44 PM
you want to open workflow context in workspace?
something like this should work fine
function onClick(g_form) {
var url = '/context_workflow.do?sysparm_stack=no&sysparm_table=sc_req_item&sysparm_document=' + g_form.getUniqueValue() + '&sysparm_use_polaris=false';
open(url);
}
Ensure both the checkboxes are true so that UI action starts appearing in workspace
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader