Field Validation
I'm trying to figure out how to implement field validation for two fields based on a value designated in a third field.
Custom fields being used:
Project City Location (text field)
Project State Location (picklist)
Location - Country (picklist)
Here is what I'm trying to do. If the value "United States of America" is selected from the "Location - Country" field, I want to alert the user that they need to provide a value for the "Project City Location" and "Project State Location" fields prior to saving the record.
Currently "Location - Country" is a required field and the other two are not.