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

  1. Open IBM Domino Designer, and then open the SBL.Forms script library.

    For more information, see Opening IBM Domino Designer.

  2. 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

Siebel CRM Desktop for IBM Notes Administration Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.