Specifies information that acts as a map between integration IDs, which point to records in Microsoft Dynamics CRM, and record IDs, which point to records in Microsoft Dynamics NAV. Using this information, Connector für Microsoft Dynamics locates records in Microsoft Dynamics NAV and can determine when records are modified or deleted.

When you enable integration, Microsoft Dynamics NAV creates an identifier for all records that are available for integration. The Integrationsdatensatz table contains the integration ID, which is a GUID, for each record. After you complete the integration of Microsoft Dynamics NAV and Microsoft Dynamics CRM, the GUID information also exists in the Microsoft Dynamics CRM database. Both applications then have a common method to point to records.

When you modify or delete a record in Microsoft Dynamics NAV, the Gelöscht am and Geändert am fields in the table are populated with time stamp information, which is then sent to the connector during synchronization. If you delete a record in Microsoft Dynamics NAV, the Datensatz-ID field is cleared, because there is no record to point to.

Wichtig
If you disable the connector and enable it again, then all records that you have previously synchronized will have their time stamp information updated in the Geändert am field. In this way, the connector can track all modifications that may have occurred when the connector was disabled and can reintegrate all records.

Zusätzliche Informationen

The table includes the following information.

Field Description

Tabellen-ID

The identifier of the table that contains the record that is identified in the Datensatz-ID field

Seiten-ID

The identifier of the page through which you interact with the record that is identified in the Datensatz-ID field.

Datensatz-ID

A record identifier, which identifies a record in Microsoft Dynamics NAV.

Integrations-ID

A GUID in the Integrations-ID field, which provides a unique identifier for synchronization.

Gelöscht am

The time that the record was deleted in Microsoft Dynamics NAV. The field has no value if the record has not been deleted.

Geändert am

The time that the record was modified in Microsoft Dynamics NAV.

This information is used to prevent a record that you intentionally deleted from Microsoft Dynamics NAV from being resynchronized and readded with the connector.

Hinweis
If you disable integration with the connector, for example, to upgrade Microsoft Dynamics CRM, doing so does not cause a cleanup of the Integrationsdatensatz table. You can stop and start the connector again without losing a connection to Microsoft Dynamics CRM. However, Microsoft Dynamics NAV examines the Integrationsdatensatz table and locates records that have been deleted since the connector was enabled. Microsoft Dynamics NAV marks those records as deleted.

Siehe auch