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.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Home Team of Proof Owner

Avatar

Level 1
Is there a way to show the home team of a proof owner in a proof approval report? This is how I show the column on the report: link.linkproperty.0.name=ID link.linkproperty.0.valuefield=proofedByUserID link.linkproperty.0.valueformat=string link.lookup=link.view link.value=nested(documentVersion).nested(proofedByUser).val(objCode) namekey=proofedByUser querysort=documentVersion:proofedByUser:name valuefield=documentVersion:proofedByUser:name valueformat=HTML width=100 Is there a way to filter on this? Muneer Ahmad
1 Reply

Avatar

Level 8
Hi Muneer, Add a column to your Proof Approval report, switch to text mode, and add the following code. I tested it out on my end, and it pulled in the home team of the proof owner. displayname=Proof Owner Home Team link.linkproperty.0.name=homeTeam:name link.linkproperty.0.valuefield=proofOwner:homeTeam:name link.linkproperty.0.valueformat=string link.lookup=link.view link.value=nested(documentVersion).nested(proofOwner).val(objCode) namekey=proofOwner querysort=documentVersion:proofOwner:homeTeam:name textmode=true valuefield=documentVersion:proofOwner:homeTeam:name valueformat=HTML width=100 Terry Hynd EBSCO Information Services