EIHUB_ImportHistory


Description

EI Hub import history tracking Early Intervention Hub data import operations with status and audit information. This table manages import history for EI Hub data exchanges including import status, messages, and user tracking to support data integration, import monitoring, and audit trails for Early Intervention system integration.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ImportedId int identity 4 null

Primary key - Unique identifier for each import operation

ImportByActionId int 4 null

Import action reference - Links to action that triggered the import

ImportedBy int 4 null

Imported by user - UserID of the person who initiated the import

ImportedDate datetime 16,3 null

Import date - Date when the import operation occurred

ImportStatus varchar 20 null

Import status - Status of the import operation (Success, Failed, etc.)

ImportMessage varchar 2147483647 null

Import message - Detailed message about the import operation

RecordsProcessed Unknown 0 null

Records processed - Number of records processed during the import

Relationships