Page History
Panel | |||
---|---|---|---|
| |||
SofiNumberValidatorThis type checks whether a social security number is valid. You can use this validation on attributes that have base type string. Syntax
Examples Assume you have added the validation type SofiNumberValidator with parameter <nl_NL> to the attribute Client.SocialSecurityNr, then
| |||
Panel | |||
|
Code Block |
---|
<minLength><maxLength> |
minLength - The length of the attribute value should be greater than or equal to this value.
maxLength - The length of the attribute value should be less than or equal to this value.
Examples
Back to top |
---|
Overview
Content Tools