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

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)