How to update the workspace related OOB UI action should be work in native UI also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 03:51 AM
Hello Community experts,
We are trying to create a Case, Request, and Incident from the Interaction record through CSM Workspace, and they are being created successfully without any issues — because these UI Actions are configured OOB (Out of the Box) for Workspace use.
Now, we are planning to utilize the same UI Actions in the Standard UI. For that purpose, we have enabled the three form buttons:
Create Case – The Case record is getting created in the native UI, but it is not being mapped under the Related Tasks related list.
Create Incident – The Incident record is also created in the native UI, but again, it is not reflected under Related Tasks.
Create Request – The button itself is not working in the native UI.
Can someone help us fix these issues?
Thanks,
Nagesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 04:02 AM
so those OOTB workspace UI actions are working fine.
For native those are not working?
What script is written in each of those? whenever you create case, request, incident from interaction a record is created into "interaction_related_record" table
what is that related list point to? which table?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 04:21 AM - edited 06-18-2025 04:22 AM
Thanks for the response. Please find the details below:
Create Incident: We checked the Form Button option for the OOB UI Action, and it is now working correctly in the Standard UI as well. The relationship mapping is also working as expected — we just verified it.
Create Case: We added the highlighted code (below), but it is still not working. The rest of the logic remains the OOB implementation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 04:52 AM
is it not entering in IF for "Create Case" button?
did you add logs and see?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 07:53 AM
@Ankur Bawiskar Yes it's not printing any logs after if condition