Validating with shared constraints
// validate user object
prc.results = validate( target: user, constraints: "sharedUser" );
// validate incoming form elements in the RC or request collection
prc.results = validate( target: rc, constraints: "sharedUser" );Last updated
Was this helpful?