Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 316 Bytes

validating-custom-fields.md

File metadata and controls

10 lines (6 loc) · 316 Bytes

Validating Custom Fields

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.