Displaying a Non-Display Field in Reference Field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2014 05:09 AM
I am wondering if it is possible to do the following:
A,B, and C represent columns in table 1 where A is the Display field.
A | B | C |
X,Y, and Z represent columns in table 2 where X is the Display field.
X | Y | Z |
In a form view for table 2, is it possible to have a reference field which references a column other than the Display field, say C, from table 1. So a user can type the data related to table 1, column C and store that in the reference field on the form for table 2?
Changing the Display field for table 1 would effect other forms, therefore, I cannot take that approach.
Any ideas?
- 6,899 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2014 05:32 AM
Yes that's correct.I am assuming this should fulfill Mark requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2014 12:16 PM
Hey Pradeep, thanks for the response, but unfortunately, as Harikrishnan mentioned, I am looking to display the actual field value. It doesn't sound like this is possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2014 12:28 PM
You could brute force it with a UI macro and Formatter to build your own field. Then you can populate its choice list anyway you want to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2014 07:22 AM
This could work... Thanks for the insight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2015 10:41 AM
Do you have an example of how this could be done?