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

How do I write a validation rule for a field with the following requirement: I have one
How do I write a validation rule for a field with the following requirement: It gets checked by the user and as a result I need a second field to also be checked? It seems too simple to use a dependent field.
AND(Field1__c == true, Field2__c != true)

Thanks so much David!! I'll try it out -- fingers crossed.

Where do I add this formula? I thought I could do it at the same time that I create the field that is driving the second field to be checked. But it won't let me.
This would be a new validation rule at the object level (e.g. Opportunity, or wherever those fields are).