How to display email id in reference field

Srvs
Kilo Guru

Hello All,

i have   created a reference field on users table, i need to display user_email_id in reference field instead of user_name,

please help me in this scenario.

Regards

Bitra

1 ACCEPTED SOLUTION

even if no display value set for user field, there is dynamic default value configured which get the caller name, i believe.


find_real_file.png


View solution in original post

11 REPLIES 11

Shishir Srivast
Mega Sage

you can make the email id field as a display true in your reference table, but please note this will make the change every where and where ever you have the user name from that table it will show email id.


Hi Shishir,



in incident table i have a caller field referencing to sys_user table,



in sys_user table i have all the display values are false, i dont understand how it is displaying user name in caller field.


i want take email id in that caller field.


Why you want to have email id displayon user field on incident form instead you can have email field by dot walking and add on the form.


find_real_file.png


yes, but i need this as reference from sys_user table.