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