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 help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Thanks Randy, that's a bummer, hope they can figure it out one day.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies