Validation Rules You Can Configure for Custom Forms

The forms.js file includes a description of the validation rules that Siebel CRM Desktop uses for the object that it displays on any form. You can configure Siebel CRM Desktop to examine the format of information that the user enters in a field and then inform the user if this information does not adhere to this format. Validation uses JavaScript functions, so you can combine these functions with JavaScript RegEx (JavaScript Regular Expressions)to configure a wide variety of validation.For more information, see Defining Validation Rules.