Code That Creates the Label for a Custom Field

To create the label for the custom contact method field, you add the following code:

<cell size="22">
  <static id="ContactMethod" tab_order="9">
    <text>#lbl_ContactMethod</text>
  <static>
</cell> 

where:

  • Id is an arbitrary, unique value for the form.

  • Tab_order determines the order that Siebel CRM Desktop uses to position the cursor in the fields in the form when the user presses the TAB key.

  • Text defines the text that Siebel CRM Desktop uses for the label.

  • # indicates the symbolic string that the package_res.xml file defines. You can use this string for a global deployment.