...
Code Block | ||
---|---|---|
| ||
{ "initValidation": [{ "field":"EMP.EMP_NAME,EMP.EMP_AGE", "value":"John,35", "class":"com.intellectdesign.modelhouse.dataSupport.CustomEvaluatorValidation" }] } |
In the above example, the fields and its respective values that require validation are mentioned as different index in an array. The validations for these fields and values are available in com.intellectdesign.modelhouse.dataSupport.CustomEvaluatorValidation.