Siebel CRM Desktop for IBM Notes Administration Guide > XML Files Reference > XML Code That Customizes Synchronization >

Links Tag of the Connector Configuration File


The links tag describes the references between types. You must specify 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 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 IBM Notes Administration Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.