Form Tag of the Forms File

The form tag describes the user interface for each custom Microsoft Outlook form. It can include the following attributes:

  • id. Defines the unique name for the current form.

  • on_open. JavaScript code that Siebel CRM Desktop runs if a user opens a form.

  • on_saving. JavaScript code that Siebel CRM Desktop runs if a user attempts to save a form.

  • on_saved. JavaScript code that Siebel CRM Desktop runs if a user saves a form.

The values for each attribute contain the name of the JavaScript function to run on a specific event. An example event is the event that occurs when a user opens a form.

The form tag contains the following tags:

  • validation_rules

  • script

  • info_bar

  • page

Each of these tags describe a specific part of the form. You can ignore each tag.