Solved
Displaying attributes of custom typeahead field in a Workfront report
- July 17, 2023
- 3 replies
- 2602 views
I have a typeahead custom field (of type 'Project') defined in one of my custom form; custom form is attached to Issues. Name of project is "Resource By" in example below.
I want to create an issue report and display description and owner of the attached project on that issue report. When I try that, I am able to only display name of project, but cannot display anything else. See attached screen shot.
Name: (this works fine)
valuefield=Resource By:name
textmode=true
valueformat=customReferenceObjectAsString
displayname=Resource Project Description
valuefield=Resource By:name
textmode=true
valueformat=customReferenceObjectAsString
displayname=Resource Project Description
Description: (this does not work)
valuefield=Resource By:description
textmode=true
valueformat=customReferenceObjectAsString
displayname=Resource Project Description
valuefield=Resource By:description
textmode=true
valueformat=customReferenceObjectAsString
displayname=Resource Project Description
I tried a lot of other combinations (using valueexpression and other), but nothing worked.
Is that possible to show attributes of custom typeahead field in a report?
