Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

Is is possible to add to a report the Reference ID of a project entered in a typeahead custom field?

Avatar

Level 2

I would like to display on a report not only the project name listed in a typeahead field but the reference number for that same project, is this possible?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

Yes this is possible with a bit of text mode. If you add a column to your report and paste the following text mode (replace "Typeahead Field Name" with the name of your typeahead field) you should find that the reference number of the project selected in the associated typeahead field will be displayed.

 

displayname=T/Ahead Ref Number
valueexpression={DE:Typeahead Field Name:referenceNumber}
valueformat=HTML

  

Best Regards,

Rich.

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

 

Yes this is possible with a bit of text mode. If you add a column to your report and paste the following text mode (replace "Typeahead Field Name" with the name of your typeahead field) you should find that the reference number of the project selected in the associated typeahead field will be displayed.

 

displayname=T/Ahead Ref Number
valueexpression={DE:Typeahead Field Name:referenceNumber}
valueformat=HTML

  

Best Regards,

Rich.