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

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.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Pull in the home group name of the person who originally submitted the request into a view

Avatar

Level 4

Hi,

I'm trying to figure out the text mode that I would use in a view to pull in the home group of the person who originally submitted a request. When I select Entered By, Home Group the field is blank.

valuefield=enteredBy:homeGroupName

querysort=enteredBy:homeGroupName

valueformat=HTML

displayname=

linkedname=enteredBy

namekey=view.relatedcolumn

namekeyargkey.0=enteredBy

namekeyargkey.1=homeGroupName

I appreciate any help.

Thanks,

Michelle

トピック

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

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

Avatar

正解者
Community Advisor

Hi Michelle,

Try the following instead:

displayname=

linkedname=enteredBy

namekey=view.relatedcolumn

namekeyargkey.0=enteredBy

namekeyargkey.1=homeGroup

namekeyargkey.2=name

querysort=enteredBy:homeGroup:name

textmode=true

valuefield=enteredBy:homeGroup:name

valueformat=HTML

Best Regards,

Rich.

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

Hi Michelle,

Try the following instead:

displayname=

linkedname=enteredBy

namekey=view.relatedcolumn

namekeyargkey.0=enteredBy

namekeyargkey.1=homeGroup

namekeyargkey.2=name

querysort=enteredBy:homeGroup:name

textmode=true

valuefield=enteredBy:homeGroup:name

valueformat=HTML

Best Regards,

Rich.

Avatar

Level 4

Great, that worked! Thank you!