Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Siebel CRM Desktop for Microsoft Outlook Administration Guide > Customizing Siebel CRM Desktop > Overview of Customizing Siebel CRM Desktop > Customizing FormsThe forms_xx.xml file includes the definitions that Siebel CRM Desktop uses for forms that you customize. This file allows you to customize forms, remove fields, change field names, and set custom list views. For more information about the forms_xx.xml file, see Files in the Customization Package A form tag describes each form. CRM Desktop includes the following customization capabilities for these files:
For more information, see XML Code That Customizes Forms. Validation Rules You Can Configure for Custom FormsThe 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 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. Business Logic That You Can Configure for Custom FormsYou can use JavaScript to implement business logic with the forms_xx.xml file.JavaScript capabilities in Siebel CRM Desktop allow you to access any field of an object, or any property of the Outlook form. You can use this access to run code on a specific event, such as opening a form, saving a form, and so on. You can configure CRM Desktop to fill fields automatically, format field values automatically, and disable or enable a control, depending on criteria. |
![]() ![]() |
Siebel CRM Desktop for Microsoft Outlook Administration Guide | Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |