M
Mohammed Siraj
Guest
Iram, as explained earlier with New UI we have introduced client-side validation for the most basic cases like Required Fields, Invalid Dates & similar. However, for any server-side validation (i.e. custom field validation or validation trigger), we still require server round-trip to run these validations. That is, validator.validate() statement from above will run only client-side validations. Presently, using client-side API it is not possible to determine if server-side validations will run succesfully or not. Going forward we have plans to submit form using ajax & we will have callback handler options to cater to such requirements.
Continue reading...
Continue reading...