Expand my Community achievements bar.

SOLVED

Using Typeahead field to show email address

Avatar

Level 3

Is there anyway to show the email address in a typeahead custom field instead of the user name?

Even though when typing in a user, the email adress is visible, I need the populated field to show the email address, not the name in the submitted request form.

Or, can this be done using calculated fields?

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

@AWoody, you can do this with a calculated field. Calculation would look something like:

{DE:Your Typeahead User Field}.{emailAddr}

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

@AWoody, you can do this with a calculated field. Calculation would look something like:

{DE:Your Typeahead User Field}.{emailAddr}

Avatar

Level 3

Thank you!