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

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

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

Replacing "Primary Contact" / Requestor on Project w/ Calc Custom Expression

Avatar

Level 3
Hello! I know I have done this before but for some reason not working now... I have a Type Ahead field on the Project Object, with the purpose of overwriting any data copied from original request for the field Primary Contact. Normally, if Primary Contact exists, then both Primary Contact NAME and Primary Contact Home Group Name are copied to Project. HOWEVER...if that information needs to be changed on the Project (for reporting reasons), I would like to nest and IF THEN statement to give priority to the Type Ahead field. Currently, this calc is producing "No Requestor" in all cases... IF(!IsBlank({Requestor TypeAhead}),{Requestor TypeAhead}, IF(!IsBlank({Project_Requestor}),{Project_Requestor},"No Requestor"))) Any sleuths out there? Jane Stavinoha Federal National Mortgage Association (Fannie Mae)
トピック

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

4 返信

Avatar

Level 3
One suggestion from a learned friend, still not working... IF(!ISBLANK({DE:Project_Requestor}),{DE:Project_Requestor},IF(!ISBLANK({DE:Requestor TypeAhead.Name}),{DE:Requestor TypeAhead.Name},"No Requestor")) Jane Stavinoha Federal National Mortgage Association (Fannie Mae)

Avatar

以前のコミュニティメンバー
Try this IF(!ISBLANK({DE:Project_Requestor}),{DE:Project_Requestor},IF(!ISBLANK({DE:Requestor TypeAhead}.{name}),{DE:Requestor TypeAhead}.{name},"No Requestor")) Melinda Layten Technical Project Manager - API and Integration Workfront

Avatar

Level 3
Jane Stavinoha Federal National Mortgage Association (Fannie Mae)

Avatar

Level 3
Thanks Melinda...no joy 😞 Jane Stavinoha Federal National Mortgage Association (Fannie Mae)