- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2014 04:14 AM
Guys -
Is there a way to get the display value of the Reference field in client script ?? When I do g_form.getValue('ref_field'), I am getting the sys_id instead of value. Letme know is there a way to get the display value ??
Thanks in Advance,
Reza R.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2014 11:51 PM
Thanks guys for all your response. But I was able to complete my client requirements via the script in UI policy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2021 05:58 AM
We don't find any thing in that thread.
Thanks 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2014 11:51 PM
Thanks guys for all your response. But I was able to complete my client requirements via the script in UI policy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2018 10:42 PM
You Can use this:
g_form.getDisplayValue('ref_field');
This will return the display value and not the sysId of the field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2021 07:33 AM
This returns the Display value of the form, not the field I want the value of.