Code That Creates a Map Between the Siebel Server and Siebel CRM Desktop
To create a map between the Siebel Server and Siebel CRM Desktop, you add the following code to the Contact object of the siebel_basic_mapping.xml file:
<field id="Preferred Communications">
<reader>
<mapi_user><user_field id="sbl Preferred Communications" ol_field_type="1"></
user_field>
<convertor><string/></convertor>
</mapi_user>
</reader>
<writer>
<Outlook_user><user_field id="sbl Preferred Communications"
ol_field_type="1"></user_field>
<convertor><string/></convertor>
</Outlook_user>
</writer>
</field>