Question
UI field validations - Rule Choice
Scenario: You have a section, typically a form, containing 25 fields. This 25 fields are spread across 3 different layouts. The values entered into these fields have to be validated on tab out rather than on submit. However the system should not allow the form to be submitted with errors as well. What are the possible options? Which is the best way to achieve this? Why and why not for each choice of rule. Probable rules of choice: 1) Edit validate on the property 2) Declare constraints 3) Declare On Change Please add if I had missed any other way in which this can be implemented. Provide your reason for choosing one type of rule, and why not the other. Thanks in advance.
***Updated by moderator: Lochan to move post from Applications to PSC***