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

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

We are looking to report the latest document uploaded to an issue with date/time stamp. Thoughts?

Avatar

Level 4

We currently use text mode to add the "name" of the document attached to the request. We would like to add the date/time to report out when a document or replacement document use uploaded compared to the planned completion date.

This is the current text mode:

displayname=Attached Documents

listdelimiter=<br>

listmethod=nested(documents).lists

textmode=true

type=iterate

valuefield=name

valueformat=HTML

Suggestions? Thank you in advance.

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

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

Avatar

正解者
Community Advisor

Hi Dawnmarie,

If i've understood your post correctly, you would like your report to show the name of documents added to an issue and the date it was uploaded. If that's the case, the below text mode should do it:

displayname=Attached Documents

listdelimiter=<br>

listmethod=nested(documents).lists

textmode=true

type=iterate

valueexpression=CONCAT({name}," - ",{currentVersion}.{entryDate})

valueformat=HTML

Hope that helps!

Best Regards,

Rich.

元の投稿で解決策を見る

3 返信

Avatar

正解者
Community Advisor

Hi Dawnmarie,

If i've understood your post correctly, you would like your report to show the name of documents added to an issue and the date it was uploaded. If that's the case, the below text mode should do it:

displayname=Attached Documents

listdelimiter=<br>

listmethod=nested(documents).lists

textmode=true

type=iterate

valueexpression=CONCAT({name}," - ",{currentVersion}.{entryDate})

valueformat=HTML

Hope that helps!

Best Regards,

Rich.

Avatar

Level 4

Thank you! This worked like a charm. Sorry for the delayed reply. =D

Avatar

Level 1

Morning, 

This was extremely helpful for us. 

Is there a way to show a list of all documents? 

Or even a document count?

Many thanks