Oracle CRM On Demand Desktop Administration Guide > XML Files Reference > XML Code to Customize Synchronization >

Links Element of the connector_configuration.xml File


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

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

The links and link tags do not contain attributes.

Example Code of the Links Element

The following code is an example of the links element:

<links>
   <link>Account Id</link>
   <link>Opportunity Id</link>
   <link>Created By</link>
   <link>Primary Owner Id</link>
</links>

Oracle CRM On Demand Desktop Administration Guide, Version 5.2 Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.