UI action working in backend but not working in Workspace view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2024 11:26 PM
We had to create a UI action that would create a child incident from a existing OT(Operational Technology) incident. The child incident is supposed to inherit a few fields from the parent incident.
It's working as expected in the form or backend view but it's not working in the workspace view. I have used GlideUrl API for my script.
So any help will be much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2024 11:37 PM
What have you configured on your Workspace section of the UI action?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2024 11:41 PM
Checked the documentation for GlideUrl and there's no mention of it not working on Industrial Workspace. Hence used the same script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2024 11:40 PM
Please refer below link,
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Dhanu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2024 11:42 PM
Hi @SounakPal
For this to work in the workspace, you also need to define action in workspace section:
Aman Kumar