Siebel CRM Desktop for Microsoft Outlook Administration Guide > XML Files Reference > XML Code to Customize Synchronization >

Links Tag of the connector_configuration.xml File


The links tag describes the references between types. You must define it in the synchronizer tag. Note the following requirements:

  • You must use the links tag to describe all fields that Siebel CRM Desktop uses to store references between objects. A link field is an example of a field that Siebel CRM Desktop uses to store a reference between objects.
  • You must describe all links in the links tag.

The links and link tags do not contain attributes.

Example Code of the Links Tag

The following code is an example of the links tag:

<links>

<link>Account Id</link>

<link>Opportunity Id</link>

<link>Created By</link>

<link>Primary Owner Id</link>

</links>

Siebel CRM Desktop for Microsoft Outlook Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.