IntegrationEntityInstanceLink
The IntegrationEntityInstanceLink table links two rows from the IntegrationEntityInstance table. This is the linking table, representing which entities in different systems derive from each other. An entity in one system can be linked to multiple entities in another. Therefore, an instance can be linked to multiple instances.
Warning Modifying this table could cause malfunctions in the integration process.
Column | Description |
LinkID | A unique identifier for the record. |
EntityInstance1 | The first half of the link, IntegrationEntityInstance.IntID. |
EntityInstance2 | The second half of the link, IntegrationEntityInstance.IntID. |
LastModified | The current time when the record is deleted. |