Validating Custom Fields
prc.results = validateModel( target=user, fields="login,password" );Custom Includes/Excludes
prc.results = validateModel(
target=user,
includeFields="username,password",
excludeFields="id"
);Last updated
Was this helpful?