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

How to Create Validation Rule of Either Field One Filled Or Field Two Filled But Not Both Filled
Hello,
I have two fields (example: fieldOne__c and fieldTwo__c). If both fields are filled out, I want an error to pop up. How may I do this? Any help would be greatly appreciated.
Sincerely,
Anon
I have two fields (example: fieldOne__c and fieldTwo__c). If both fields are filled out, I want an error to pop up. How may I do this? Any help would be greatly appreciated.
Sincerely,
Anon
You can try the given validation rule:
Please note: fieldOne__c is the Number field and fieldTwo__c is the checkbox field. If this solves your issue, then please mark it as the best answer.
Thanks
All Answers
I forgot to mention that one field is a number field and the other field is a checkbox field.
Sincerely,
Anon
You can try the given validation rule:
Please note: fieldOne__c is the Number field and fieldTwo__c is the checkbox field. If this solves your issue, then please mark it as the best answer.
Thanks
Thank you! This works perfectly!
Sincerely,
Anon