내 커뮤니티 업적 표시줄을 확대합니다.

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!