The validation rule should allow signing up from volunteers with status Active OR Invited to Orientation.
The syntax seems to be correct (no errors), but i got an error when I am Status = Invited to Orientation.
Formula is this:
OR
(TEXT(GW_Volunteers__Contact__r.GW_Volunteers__Volunteer_Status__c)<> 'Active', TEXT(GW_Volunteers__Contact__r.GW_Volunteers__Volunteer_Status__c)<> 'Invited to Orientation')
3 answers

Hi @Sarah Gill - if I'm understanding correctly, your syntax should be AND not OR. If the status is not "Active" and if it's not "Invited to Orientation", then it should flag an error.