- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 11:48 AM
Hi guys, I need your help! I'm trying to redirect users with an Workspace UI Action, it's working in Native UI but not in Agent Workspace.
Could someone help me with it, pleeease? Here is my code:
I copied it from an native UIAction and just fit it for my business
#clientscript #agentworkspace #workspace #coding #scripting #popup
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 12:48 PM
The "Continue problem" UI Action of the OOTB Service Operations Workspace (/nav_to.do?uri=sys_ui_action.do?sys_id=97d3a3b1eb900110e69783402a52286c):
open(...) is basically equivalent to g_navigation.openPopup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 10:01 AM
Thank you Markus! It worked!