Skip to main content
Leeza Patel (QuantumLeap Health) 님이 #Formulas에 질문했습니다

I have 3 fields - Contact Name (mandatory field), checkbox "Contact same as patient" and Patient Name. I am trying to auto populate Patient Name with Contact Name, when "Contact same as patient" checkbox is selected.

I created a validation rule for Patient Name - AND(

 

ISCHANGED( Contact_same_as_Patient__c ),

 

NOT( Patient_Name__c <> Name )

 

)

But it isn't working. I tried using the same rule for the checkbox field too and that doesn't work either. 

Can someone please guide me ?

답변 9개
0/9000