How to display email in the reference field instead of the user's name?

JDX7913
Tera Guru

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?

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

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.

View solution in original post

2 REPLIES 2

SanjivMeher
Kilo Patron
Kilo Patron

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.

Ah, ok I see thank you.