Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!

Tying in a user's email and phone number to a task form

Avatar

Level 3

Is it possible to use the results of a user typeahead field on a task form, to pull in the user's email address and phone number using a calculated field on the task report?

Topics

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

4 Replies

Avatar

Level 6

Hi @OmahaOmaha 

 

e.g. if the USER typeahead is called "userTA" you can reference built-in fields in a calculated field: 

{DE:userTA:name}
{DE:userTA:emailAddr}

Avatar

Level 3

Thanks Sven, what if the email address is created field not native to WF? Would it be {DE:userTA:name}.{DE:Contact Email}?

Avatar

Level 6

Hi @OmahaOmaha 
I think you're currently limited to built-in fields. 

But to try custom fields on the user: 
{DE:userTA:name} is a string: the name - so it won't have the custom field you want
You can try {DE:userTA:Contact Email}  

Let me know