how to get display value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 08:38 PM
explorenow srinivasthelu Developer Community
var fake=current.u_fake;
var fake2='op'+fake.getDisplayValue();
is this correct?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 08:48 PM
Hello kiddy
Please try with
var fake2 = 'op' + ' ' +current.getDisplayValue('u_fake'); // Is u_fake a reference field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 08:50 PM
yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 09:43 PM
Hi kids kids,
use to get the data using current.getDisplayValue() if it is an reference field.
Thanks,
shanjith joy
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 09:52 PM
Hello Kids,
var fake=current.u_fake.name;