Friday 27 June 2014

Diff between validate. Edit-validate

rule-edit-validate is specific to a single property
 where as rule-obj-validate can be thought of as a collection of edit validate rules
 that means u can specify multiple edit-validate rules in a single rule form
 its useful when we want to validate multiple properties placed in a single screen
       Name                                          Purpose
Work-.OnAdd                Defines validation for work objects (not covers) when the work object is created (entered).
Work-.Validate        Defines validation for work objects when the work object is updated.
Work-Cover-.OnAdd Defines validation for cover work objects when first created (entered).
Work-Cover-.Validate Defines validation for cover objects when updated.

1 comment: