- 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
11-18-2014 04:16 AM
Hi Rahman,
You canuse getRefernce( fieldname) .
Regards,
kirti

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2014 04:36 AM
Hello Reza,
I have already answered a similar question in the below thread.
Catalog client script - string value of a reference variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2014 04:52 AM
Hey Pradeep -
Its not working. My field is a multiple selection reference field. I tried your getDisplayBox() method but no success.
Thanks,
Reza R.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2014 05:25 AM
list collectors?
if yes, you will need to query and get the display values.....