Siebel CRM Desktop for Microsoft Outlook Administration Guide > Customizing Siebel CRM Desktop > Validating the Data That Users Enter >
Making Sure Users Enter Information in a Field
You can use validation to make sure the user enters information in a field. To make sure the user enters information in a field
- Make sure the form_validator object is defined.
For more information, see Preparing to Use Validation.
- Add the following code to the forms.js file:
validator.validate_empty_field("field_name","controlId","string_key",boolean_highlight);
where:
validator.validate_empty_field("Name","opportunity","msg_opportunity_name_validation");
- Test your changes and then republish the customization package.
For more information, see Republishing Customization Packages.
|