Synchronization of additional Lotus Notes fields

CRM.connector supports the synchronization of additional fields from Domino Server to Aurea CRM and vice versa.

The following rules apply to the different business objects:

  • Appointments: connector is dependent on almost all standard fields, thus only fields which are not part of the business logic of the connector can be freely used.

    Therefore the customization possibilities are limited to the Lotus Notes standard field "Location" and to user defined fields. Manipulations (mappings) on fields used by the connector (e.g. Start Date or End Date) are ignored to avoid malfunctions.

  • Contact Persons: Out-of-the-box, the fields listed in table Contact Persons - synchronized Fields are synchronized. These fields may be overridden by customization as well. In other words: in case of synchronizing contact persons, you can either additionally map standard Lotus Notes fields or user defined fields, and even change the mapping of the out-of-the-box fields.

The synchronization mechanism consists of the following steps:

  1. Add the desired field to forms.xml to ensure that the field is exchanged between connector and CRM.interface.
  2. Add the field to SyncML_gw2mm.xslt to define the rules applying when sending information from Lotus Notes to Aurea CRM (in case of contact persons, this step is not necessary since contact persons are solely synchronized from Aurea CRM to Lotus Notes).
  3. Add the field to SyncML_mm2gw.xslt to define the rules applying when sending information from Aurea CRM to Lotus Notes.
  4. Add the mapping information to FieldMapping.xml to define the mapping to Lotus Notes fields. For further details, see FieldMapping.xml.
  5. Restart the CRM.interface application pool and the connector services.