ImportControlMessage¶
Messages generated by the scanner
Fields¶
Field | Type | Description |
---|---|---|
ID | bigint | Internal ID for the ImportControlMessage entity (Primary Key) |
ImportControlID | bigint | Internal ID that references the ImportControl entity (Foreign Key) |
Message | nvarchar | Message generated by the scanner |
MessageID | int | Unique message id defined by the scanner |
SequenceNumber | int | Order in wich the messages were read from the .scan file. |
Severity | nchar | E for Error, W for Warning. |