Actually I need some clarifications that which method I can use for the field Validation If there is condition like
If "Reconsider field is " checked then before saving it should verify another field "Comment "
A️fter checking the Reconsider Field Checkbox it should verify the another field i.e Comment Field. Whether after checking the any comments are added or not in Comment Field. If no comments are added then it shouldn't save and throw warning that Comment Field is blank.
So my question is that methods we can use for fields validate write , validate field. But how can put condition in method for Checkbox fields ?
Please share me logic code with explanation as I'll get clear.
Thank You !
