- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2023 01:12 AM
I am working on implementing an openframe integration and encountered an error when I tried triggering a CustomEvent on the agent workspace UI action. The code will basically be used to trigger an action on the openframe window based on the parameters supplied by the UI action. This works as expected on the native platform UI but had an error when the same code is used on the agent workspace. Is there any workaround to allow the use CustomEvent.fireAll in the workspace or is there an equivalent code for this in workspace that can be used?
Below is the error message being encountered on the console.
Thanks in advance for any leads.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 11:07 PM
Hi @Jagadeesh5 ,
We have decided to move out of the legacy workspace (Agent Desktop) and into the Configurable workspace due to limitations in customization. The code I have in my screenshot works on the configurable workspace without any issues.
I would advise using or moving to the Configurable Workspace instead of doing this on the Agent Desktop as this was also the direction given by ServiceNow support due to upcoming decommissioning.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 05:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 11:07 PM
Hi @Jagadeesh5 ,
We have decided to move out of the legacy workspace (Agent Desktop) and into the Configurable workspace due to limitations in customization. The code I have in my screenshot works on the configurable workspace without any issues.
I would advise using or moving to the Configurable Workspace instead of doing this on the Agent Desktop as this was also the direction given by ServiceNow support due to upcoming decommissioning.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 11:12 PM - edited ‎04-25-2024 11:13 PM
Hi Jacques,
Thanks for the confirmation. We are implementing the same in our configurable workspace. Great to know that the event will work in Configurable workspace. Is there a way to mark you respone as solution to this thread? If will be helpful for anyone looking for the same
Regards,
Jagadeesh