Siebel CRM Desktop for IBM Notes Administration Guide > Customizing Siebel CRM Desktop > Validating the Data That Users Enter >
Preparing to Use Validation
To use validation, you must make sure the InitValidators procedure is defined in the class that the form references. To prepare to use validation
- Open IBM Domino Designer, and then open the SBL.Forms script library.
For more information, see Opening IBM Domino Designer.
- Add the following code to the class that the form references. For example, use the FormOpportunityEx class for the Opportunity form:
Public Sub InitValidators(vld As Validator) 'Add validators here End Sub
|