IF(Service_Team_c = 91212, 92101, 91234, Territory_c = Oakwood, " ")
What is wrong with this formula, syntax says: ')'
35 risposte
Bradley Weller (Fast Slow Motion) Forum Ambassador
Your update records action should have the following selections.
Field - Service Team
Type - Formula
Value - IF((VALUE([Account].Property_Zip__c) > 91901 && VALUE([Account].Property_Zip__c) < 92198) || VALUE([Account].Property_Zip__c) = 92592 || VALUE([Account].Property_Zip__c) = 92672, "HQ - San Diego", null)