Reference field on ui page called via UI action on workspace is not displaying results
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2025 11:34 PM
HI Team,
I’ve created a UI Page that includes a reference field pointing to the User (sys_user) table, and it is being triggered via a UI Action on the Change form. The functionality works as expected in the standard platform view.
However, when accessed from Service Operations Workspace, the reference field does not return any user results.
below is the code used in UI action (workspace client script) for workspace :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 04:34 AM
I tried this but same issue. reference field displaying 'no records found'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 05:34 AM
Can you share your script again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 09:00 AM
this is the full code , none of the fields are on change request table , for normal ui action I created a ui page and on them I have created these, but for workspace I am using below code:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 12:10 AM
is your field "main_owner" present on the change request table? If not, then you have to use field name available on the change request table, it can be OOB field or custom field.
fields.name | String | Internal name of the field. If the fields.type parameter is set to reference or glide_list , it is the reference field on the current record being used to search. |