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

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

Calculated Field to pull Project Owner Home Team

Avatar

Level 1

I am trying to build a field that will pull the home team of the Project Owner.

 

I was successful in pulling the project owner: 

CONCAT({owner}.{name})
 
But when I adjusted the field to try an pull their home team, I received an NA on the project custom form.
 
CONCAT({team}.{owner}.{name})
 
What am I doing wrong?
トピック

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

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

Avatar

正解者
Community Advisor

Hey,

 

Using the below in your calculation should do the trick:

 

{owner}.{homeTeam}.{name}
 
You don't need the "CONCAT" operator in your expression since you're only pulling one value into the field.
 
Best regards,
Rich.

元の投稿で解決策を見る

1 返信

Avatar

正解者
Community Advisor

Hey,

 

Using the below in your calculation should do the trick:

 

{owner}.{homeTeam}.{name}
 
You don't need the "CONCAT" operator in your expression since you're only pulling one value into the field.
 
Best regards,
Rich.