Expand my Community achievements bar.

Join us LIVE in San Francisco on November 14th for Experience Makers The Skill Exchange. Don't miss out on this free learning event!

Is it possible to pull to attribute aside from name and ID from typeahead fields?

Avatar

Level 2

Looking to create a report that pulls in email addresses for specific users added to a project through a typeahead field on a custom form.

sample of custom code on report I currently have:

displayname= Banker Email

linkedname=Banker/Overall Relationship Manager

namekey=view.relatedcolumn

namekeyargkey.0=Banker/Overall Relationship Manager

namekeyargkey.1=emailAddr

querysort=DE:Banker/Overall Relationship Manager:emailAddr

textmode=true

valuefield=Banker/Overall Relationship Manager:emailAddr

valueformat=customReferenceObjectAsString

result:

{"objCode":"USER","name":"Daniel Sidorowicz","ID":"60fb3144000ec924d003df2db2b9f94b"}

Topics

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

3 Replies

Avatar

Community Advisor

Not possible. There's an entry in the innovation lab that just changed to "Not Planned" from "on the roadmap" or something like that. I guess someone thought it was too hard to code.

https://one.workfront.com/s/idea/0870z000000XhPJAA0/detail

Avatar

Level 2

Thanks Randy, that's a bummer, hope they can figure it out one day.

Avatar

Level 2

Looks like this might have been added since this last post I was able to resolve this recently and wanted to post an update.

 

If anyone needs to do something similar on a report below is the code:

 

displayname= Banker Email

linkedname=Banker/Overall Relationship Manager

namekey=view.relatedcolumn

namekeyargkey.0=Banker/Overall Relationship Manager

namekeyargkey.1=emailAddr

querysort=DE:Banker/Overall Relationship Manager:emailAddr

textmode=true

valueexpression={DE:Banker/Overall Relationship Manager:emailAddr}

valueformat=HTML