The application user field gives you a list of the user's name AND email, which is cluttered when there are several users in the list.
I would like to be able to rename to exclude the email address or create nick names for the users. Is this possible?
Christie shared this idea · Apr 28, 2015
Comments
2 comments
Hi Christie,
Thank you for the feedback, and thank you for using our Community Forum. I will pass along this suggestion to our product team - to customize the display name of the user (just as we can customize the display of the Record ID field on other tables.
Thank you,
Andrew
Easiest way might be to let an application user field be used in a calculated field.
EX:
If(({Application User}="Jon Doe <jondoe@gmail.com>"),"Jon Doe", "")
Please sign in to leave a comment.