Share via


IntegrationEntityInstanceArchive

The IntegrationEntityInstanceArchive table contains an archive of records from the IntegrationEntityInstance table. When a row is deleted from the IntegrationEntityInstance table, it is inserted into this table via a delete trigger on the IntegrationEntityInstance table.

Warning   Modifying this table could cause malfunctions in the integration process.

Column Description
IntID A unique identifier for the record.
SystemID The ID of the system where the record exists. This comes from IntegrationSystemMaster.SystemID.
EntityType This field describes the type of the entity. This comes from IntegrationSystemEntity.EntityType.
EntityKey The unique key that identifies the entity. This field can store any string value including XML.
LastModified The current time when the record is deleted.