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.

How to display task status on a Proof Approval report

Avatar

Level 3

We have a task level custom field named "Sub Milestone" (internal reference is DE:tasks:Sub Milestone). We would like to create a Proof Approval report, with a column to display the status of the task where DE:tasks:Sub Milestone=MARKETING APPROVED. I'd really appreciate any suggestions on how to accomplish that.

3 Replies

Avatar

Community Advisor

I've never been able to get project or task information on a document version report. The fields aren't available in the API so I think it's safe to assume it's not really an option.

 

For this reason, I've had to create document reports instead of document version reports. 

 

In the document report I'm able to access document, document version, project/task/issue information depending on where the document was loaded and it works great for our use case.

 

 




Avatar

Level 3

Appreciate your reply!

I double-checked the report, and it is actually a "Proof Approval" report, not Document Version. Sorry about the confusion! So, in that case, is there a solution to my inquiry? (I've updated the original post.)

Avatar

Level 2

Hi Kevin,

 

Just found this while looking for something else.


Here is an example of pulling in a linked task name to a proof approval report. You can replace namekeyargkey.3=name with something like a DE: field or another system field on the task to pull in Task info.

displayname=Task Link
linkedname=documentVersion
namekey=view.relatedcolumn
namekeyargkey.0=documentVersion
namekeyargkey.1=document
namekeyargkey.2=task
namekeyargkey.3=name
querysort=documentVersion:document:task:name
usewidths=true
valuefield=documentVersion:document:task:name
valueformat=HTML
width=150