Siebel CRM Desktop for IBM Notes Administration Guide > XML Files Reference > XML Code That Maps a Field >

Example Code of the Siebel Basic Mapping File


The following code is an example of the Ln_siebel_basic_mapping.xml file:

<root>
  <types>
    <type id="Contact" form="SBLPerson">
      <post_sync_processor>
        <contact_post_processor/>
      </post_sync_processor>
      <field id="First Name" ver="1">
        <reader>
          <lotus_std>
            <lotus_field id="FirstName"/>
            <convertor>
              <string/>
            </convertor>
          </lotus_std>
        </reader>
        <writer>
          <lotus_std>
            <lotus_field id="FirstName"/>
            <convertor>
              <string/>
            </convertor>
          </lotus_std>
        </writer>
      </field>
      <field id="Last Name" ver="1">
        <reader>
          <lotus_std>
            <lotus_field id="LastName"/>
            <convertor>
              <string/>
            </convertor>
          </lotus_std>
        </reader>
        <writer>
          <lotus_std>
            <lotus_field id="LastName"/>
            <convertor>
              <string/>
            </convertor>
          </lotus_std>
        </writer>
      </field>
    </type>
  </types>
</root>

Siebel CRM Desktop for IBM Notes Administration Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.