Replacing "Primary Contact" / Requestor on Project w/ Calc Custom Expression | Community
Skip to main content
Level 2
October 8, 2019
Question

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

  • October 8, 2019
  • 4 replies
  • 763 views
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)
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

JaneSt1Author
Level 2
October 10, 2019
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)
October 10, 2019
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
JaneSt1Author
Level 2
October 11, 2019
Jane Stavinoha Federal National Mortgage Association (Fannie Mae)
JaneSt1Author
Level 2
October 11, 2019
Thanks Melinda...no joy :-( Jane Stavinoha Federal National Mortgage Association (Fannie Mae)