Text mode for typeahead fields
Ahoy,
I met with a coworker who wanted a report. This happens sometimes.
The report was to have columns for values which appear on an Issue and its resolved Project. One of the columns involved the name which is used on a Typeahead field. I know that typeheads are their own thing Object-wise, so I was unsure how to do this.
Here's the text mode of the column:
displayname=Issue: CTEE - ESL Name
linkedname=CTEE - ESL
namekey=view.relatedcolumn
namekeyargkey.0=CTEE - ESL
namekeyargkey.1=name
querysort=DE:CTEE - ESL:name
valuefield=CTEE - ESL:name
valueformat=customReferenceObjectAsString
I tried just appending a "project:" to the appropriate bits, and it didn't work.
Before I beat my brains out of my head, am I missing something simple with this? (I'm assuming the answer is 'yes.')
-j