- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2018 12:02 PM
I am trying to get the email to display in the reference field.
By default, the reference field will pull the user's name. What I am trying to do is to pull the user's email.
All of this is on the sys_user table.
How can I do this? Do I need like a custom script, etc?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2018 12:05 PM
You can add email while searching, but when you actually select that user, it will only the the name of the user.
If you want to show the email on selection as well, you will have to make email field as Display for user table which is not recommended
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2018 12:05 PM
You can add email while searching, but when you actually select that user, it will only the the name of the user.
If you want to show the email on selection as well, you will have to make email field as Display for user table which is not recommended
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2018 12:07 PM
Ah, ok I see thank you.