コミュニティアチーブメントバーを展開する。

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.
解決済み

Text mode to get program or project name on a proof report

Avatar

Level 4

Hello all

Can anyone help a newbie with the text mode to get program or project name onto a proof report?

Thank you :0)

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

You have the valuefield accidentally the same in both of your text mode snippets, would just need to remove program from your first one. So project name would be:
valuefield=documentVersion:document:project:name

If this helped you, please mark correct to help others : )

元の投稿で解決策を見る

4 返信

Avatar

Level 10

Hello WhitUser,

 

I used the following text mode to get the project name into my report:

 

displayname=Project Name
linkedname=documentVersion
namekey=view.relatedcolumn
namekeyargkey.0=documentVersion
namekeyargkey.1=document
namekeyargkey.2=project
namekeyargkey.3=name
querysort=documentVersion:documentID
textmode=true
valuefield=documentVersion:document:project:program:name
valueformat=HTML

 

and to get the program name you need to modify the valuefield:

 

valuefield=documentVersion:document:project:program:name

 

Regards
Lars

Avatar

Level 4

Hello Lars

Thank you for your swift response on this dilemma...  I use your code on a document report and it will work, however, I need it to work on a PROOF report and it doesn't work in this instance.... any ideas?

Avatar

正解者
Community Advisor

You have the valuefield accidentally the same in both of your text mode snippets, would just need to remove program from your first one. So project name would be:
valuefield=documentVersion:document:project:name

If this helped you, please mark correct to help others : )

Avatar

Level 4

Thank you both, I'm learning albeit slowly :0)