How to check checkbox is checked or not in salesforce
How do I validate a checkbox in Salesforce? To do this, we will use the AND() function as we want the validation rule to only fire if the checkbox is true and the industry field is blank/empty. The AND() function is true when all the evaluations in the function are true. How do you check … Read more