How can I show a column form a Proof Approval Report on a Document Approval Report?
I have created a Document Approval report for users to see all the documents that they have been requested to approve. It shows the document name, who sent it to them, the date it was requested and a document thumbnail. I have filter that shows only document approvals that are pending.
I am wanting to add the column of Proof Deadline from the Document Approval Report so users can see the deadline that was set in the workflow section of the document. I have tried to use the API Explorer and the reference fields for Document Version, but my text mode skills are a little rusty and I am having trouble using the correct syntax. From the training. I remember when creating text mode statements, you reference related objects by inputting the reference name, colon, and field camel case for the second object.
My text looks like this:
displayname=
linkedname=document:documentVersion
namekey=view.relatedcolumn
namekeyargkey.0=documentVersion
namekeyargkey.1=proofDeadlineDate
querysort=documentVersion:proofDeadlineDate
textmode=true
valuefield=documentVersion:proofDeadlineDate
valueformat=atDate
Please let me know what I am doing wrong or is it even possible to do?