I have a multi record form and I want to validate the data like this:
row 1 - “A”, “yes”
row 2 - “B”, “no”
row 3 - “C”, "no
row 4 - “D”, no
Validation should be something like if “A” is “yes”, then “D” should also be “yes” otherwise dont allow saving.
I was looking to do this in an OnValidate event.