- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2016 09:20 AM
Hi everyone!
This community has been a huge help to me! Thank you everyone for that Now I have a question. I was wondering if we could display two columns in a reference field. Not display them as suggestions, which can be done via adding attributes. Like, actually display two columns of the selected record, once the user makes his/her choice.
Eg: If a user selects "John Doe" for the Assigned to column, I want to display his phone number or email along with his name in the assigned to column.
Eg: Same goes with a list record. If user selects multiple users for a list field, i want name and phone number to be displayed in the field value.
Is this possible? How can I achieve it?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2016 09:35 AM
HI Veena,
Unfortunately this is not supported. The other option is to pull other field from referenced table on form via dot-walking.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2016 09:42 AM
Yes, but if we want it to be displayed in the same field, don't think there's a way to do it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2016 09:44 AM
Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2016 09:44 AM
Thanks everyone. Just what I thought. To copy into another field, I wrote a business rule. the value is being collected but when it comes to displaying in the field that I'm storing, I still see only one column. Looks like there's no workaround.