DocumentSource
Purpose
Contains details about the source of the document.
Diagram of relationships between Document state details
List of columns
| Key | Name | Type | Required | Description |
| DocumentID | bigint | yes | Document identifier. Corresponds to the entry identifier in the Document table. | |
| DocumentProcessedDate | date | yes | The date when the document's state changed to "Processed." | |
| PageCount | int | yes | The number of pages in the document. | |
| SourceName | nvarchar | yes | The name of the source of the document images. | |
| SourceType | int | yes | The source of the document images. Possible values are listed in the Types of image sources table. | |
| SourceProfile | nvarchar | yes | The name of the import profile . |
4/12/2024 6:16:02 PM