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-19-2025 08:35 AM
did you print what came for this?
gs.info(newRecord.isValidRecord());
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-20-2025 04:10 AM
@Ankur Bawiskar it's printing false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 04:26 AM
what if you don't use that check and directly create the record?
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-20-2025 04:53 AM
Even if we remove that check, it's not creating any mapping record. However, we observed that if we comment out the highlighted code below, it opens the Case form and creates the mapping — but it doesn't wait for the user to submit the Case; it directly creates the Case record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 02:56 AM
@Ankur Bawiskar did you get a chance to verify my last update?