need to find evidence request pop-up page and UI action in engagement form within workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2025 09:05 PM
So I have a requirement to add a new field "access group" referring to the group table on the evidence request table
The issue is that the access group is not getting saved from the workspace which is working fine in the native view
For the native view, there is a UI page(request_evidence) and script include which is being used to save the pop-up page's fields so I have made the changes on both but I'm not able to find anything where all fields are getting saved within the workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2025 11:14 PM
Correct, the user is clicking on a new button from the engagement form-related list, and a popup will appear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2025 10:37 PM
Hi @prabhjot5
You can Create the UI Action.. Ensure your UI Action is set to work with the workspace form.
And Write the Client Script: The client script will handle saving the "Access Group" field to the Evidence Request table.
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
ï”— YouTube: https://www.youtube.com/@learnservicenowwithravi
ï”— LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2025 10:42 PM
UI action is already there, plz see the image, I just need to find it and make the changes