Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!
SOLVED

Is there a way to report on the Author of proofs?

Avatar

Level 4

I am trying to report/ create a view to show who is the author of various proofs, but I am running into an issue where I can't find a way to pull in the name of the proof author into a column. Is there is a way to pull this information in that I am missing?

1 Accepted Solution

Avatar

Correct answer by
Level 5

I use this in Text Mode to get the name of the person who created the proof. I'm not sure where I got this code from (I'm sure I didn't create it).

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 5

I use this in Text Mode to get the name of the person who created the proof. I'm not sure where I got this code from (I'm sure I didn't create it).

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