Siebel CRM Desktop for IBM Notes Administration Guide > Customizing Picklists > Process of Creating Custom Static Picklists >

Adding Fields to the Basic Mapping to Support Static Picklists


This task is a step in Process of Creating Custom Static Picklists.

In this topic you add a field to the basic mapping to support a static picklist.

To add a field to the basic mapping to support a static picklist

  1. Use an XML editor to open the Ln_siebel_basic_mapping.xml file.
  2. Locate the following object:

    id="Opportunity"

  3. Add the following code immediately following the code line you located in Step 2:

    <field id="JVD Simple">
      <reader>
        <lotus_std>
          <lotus_field id="JVDSimple" />
            <convertor>
              <string />
            </convertor>
        </lotus_std>
      </reader>
      <writer>
        <lotus_std>
          <lotus_field id="JVDSimple" />
            <convertor>
              <string />
            </convertor>
        </lotus_std>
      </writer>
    </field>

    where:

    • field id identifies the name of the integration component field you defined in Step 7.
    • user_field id identifies the custom field in IBM Notes where Siebel CRM Desktop stores the field value. It is recommended that you use sbl as the first three characters for this field Id. For example, sbl JVD Simple.
Siebel CRM Desktop for IBM Notes Administration Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.