I have the following logic written on a date field called Trapping Start Date:
Editable: Trapping Start Date is editable if Baiting Start date is not blank
Required: Trapping Start Date is required if Site Status = Trapping
Essentially, I am trying to prevent staff from entering a trapping start date if they have not entered prior information about baiting. Therefore, they should not be able to submit trapping data if baiting data has not been entered. Given the logic above, it should work.
When I try to submit a Trapping record with no prior data, the Trapping Start Date is not editable (good!) but if I try to click submit, the record will submit anyways, even though Trapping Start Date is a required field.
Has anyone else had this issue or know of any work arounds? I am having this issue on 3 different fields where I have editable logic dependent on another field being 'is not empty'.