2015-11-30 30 views
0

您好,我正在嘗試使用文本編輯器鏈接已連接到項目報告任務的數據。交叉對象引用Workfront文本編輯器

到目前爲止,我有這個作爲我的代碼:

displayname=Recvd Medical Rates 
linkedname=project:tasks 
namekey=DE:Documentation Received Date 
querysort=project:tasks:Document - Medical Rates:Documentation Received Date 
textmode=true 
valuefield=Documentation Received Date 
valueformat=customDateAsString 

我需要在一個項目報告特定的自定義表單中從一個特定的任務顯示的數據。我知道沒有將項目與任務聯繫起來的標準方法,但是從我的研究中可以看出關係。我相信我沒有正確的語法。

有人可以幫我這個。我已經嘗試了所有類型的組合,我甚至嘗試添加的聚合:

aggregator.displayformat=customDateAsString 
aggregator.function=MIN 
aggregator.namekey=Documentation Received Date 
aggregator.valuefield=DE:Documentation Received Date 
aggregator.valueformat=customDateAsAtDate 

無論哪種方式,我嘗試聯繫實際輸入的數據將不會顯示信息。到目前爲止,報告知道這是一個日期字段;我知道這一點,因爲我可以點擊進入項目報告中的字段並選擇一個日期,但是一旦我選擇它,導致我相信該字段以某種方式鏈接,但做得不正確,則日期將不會保持選定狀態。

請幫忙。

回答

0

答案是如下:

displayname=Plans and Benefits Received 
listdelimiter= 
listmethod=nested(tasks).lists 
textmode=true 
type=iterate 
valueexpression=IF(CONTAINS("Plans and Benefits",{name}),{actualCompletionDate}) 
valueformat=HTML 

那麼它是怎樣工作的?見下文。要

displayname=Plans and Benefits Received 

^顯示名稱^

listdelimiter= 

^決定分隔符^

listmethod=nested(tasks).lists 

^調用嵌套或子任務^

textmode=true 

^允許文本編輯模式來運行^

type=iterate 

^使數據顯示爲其中數據正在從^

valueformat=HTML 

^格式設置爲HTML^

拉出的原始^

valueexpression=IF(CONTAINS("Plans and Benefits",{name}),{actualCompletionDate}) 

^確定的迭代