Why UI Action is not working in Service Operation Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2023 02:59 AM
Hi,
I have this UI Action and its working fine in the backend when I go to incident.list. However, whenever I go to Service Operation Workspace and I click on the button nothing happened.
What could be the reason that its working in the backend but the same script does not work in SOW?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 02:29 AM
GlideModal is not supported in workspace client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 03:27 AM
Brother you need to do something like this:
The syntax is something different for GlideModal in agent workspace, please take a look at above link, you need to use g_modal.showFrame()
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.