I am trying to validate a Cell(Job Notes - Editable Type) only when another cell(isReDo? - CheckBox Type) is selected.
The Validation only needs to ensure that there are at least 20 characters in the job notes box whenever the is redo checkbox is ticked.
how would I go about doing this?
My data processor should not write changes to the database unless all validation passes.
Any help would be greatly appreciated.