You need to sign in to do that
Don't have an account?

Creating a Validation rule with two Checkboxes
I am having some difficulty with a Validation rule that I have created.
AND(NOT(Service_Exception_Approved__c), ISPICKVAL( Service_Entitlement__c , "False"), Service_Request__c)
What it is suppose to be saying is...If Service Exception Approved checkbox is NOT checked, Service Entitlement picklist has "False" selected and Service Request checkbox IS checked.
Any assitance would be greatly appreciated!!
AND(NOT(Service_Exception_Approved__c), ISPICKVAL( Service_Entitlement__c , "False"), Service_Request__c)
What it is suppose to be saying is...If Service Exception Approved checkbox is NOT checked, Service Entitlement picklist has "False" selected and Service Request checkbox IS checked.
Any assitance would be greatly appreciated!!

Well my formula worked after all!