Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageactionscript3
{
	"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.