-
-
Notifications
You must be signed in to change notification settings - Fork 24
Validating Custom Fields
Luis Majano edited this page Nov 30, 2015
·
1 revision
You can also tell the validation manager to ONLY validate on certain fields and not all the fields declared in the validation constraints.
prc.results = validateModel( target=user, fields="login,password" );
This will only validate the login
and password
fields.