Resolve Dialog box not displaying on Service Operations Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 09:09 PM
Hi All,
We would like the popup box (like the one mentioned in this post (https://www.servicenow.com/community/service-operations-workspace/sow-incident-resolve-dialog-box/m-...) to display on our SOW. I cant seem to figure out why its not displaying this pop-up when incidents are being resolved. Our SOW is on the latest version. Can someone please let me know where I can check to see if its configured properly or if I need to create a custom UI action and script to get this to work? Any help/advice would be appreciated 🙂
Thank you 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 09:44 PM
Hi @Danelle Lee
to Verify you can
Navigate to UI Action- System Definition > UI Actions and search for the Resolve Incident action associated with the incident table.
Thanks,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 10:02 PM
Hi @raj chavan
Condition is - (current.incident_state != IncidentState.CLOSED && current.incident_state != IncidentState.RESOLVED) && (gs.hasRole("itil") || gs.hasRole("itil_admin") || current.caller_id == gs.getUserID())
Script does not contain a 'action.setRedirectURL()' method. I just assumed there would be something set up OOB already that would be utilized for this. Do I need to have a lengthy script for this to work?
This is the current Workspace client script in place for the resolve UI Action:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 10:01 PM
is this an OOB UI action?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 08:38 PM
I assumed it was (see comments above)
