Attribute validators allow you to create custom validation rules for attribute types within the WorldServer environment, effectively adding new restricted attribute types to the system. For example, a custom social security number validator can be added that will allow only social security numbers to be entered for certain attributes, instead of just freeform text or numbers.
WorldServer displays the Add Custom Attribute Validators Component dialog.
The Choose file dialog box closes and the selected files are listed in the Add Custom Attribute Validators Component dialog.
WorldServer returns to the Customization page.
Attribute validators provide a means for allowing the customer to define the rules for the allowable values for these attributes. These validators are created by extending the WSAttributeValidator class in the SDK, and uploading the implementation into WorldServer. Attribute validators will be applied for the specific attribute types when ever values are being assigned to the attributes.