This table contains Capture values for a field.
Column | Data type | Max. length (bytes) | Allow nulls | Description |
ID | bigint | 8 | False | Unique Identifier of the field. |
SiteId | int | 4 | False | Currently not used. |
Rev | bigint | 8 | False | Revision number. For internal use. |
FieldID | bigint | 8 | False | Unique identifier from the W_Field table. |
FieldSiteId | int | 4 | False | Currently not used. |
OCRValue | nvarchar(255) | 510 | False | The field value after the last OCR process step (Cat=OCR). |
OCRValid | nvarchar(255) | 510 | False | The status of the field after the last OCR process step (Cat=OCR). |
CorrectValue | nvarchar(255) | 510 | False | The field value of the last corrective OCR process step (Cat=CORR). |
CorrectValid | nvarchar(255) | 510 | False | The status of the field after the last corrective OCR process step (Cat=CORR). |
FieldEvaluation | int | 4 | False | 0 = CorrectValid (AUTOM_VALUE = CORR_VALUE and AUTOM_VALID = Valid) |
AutomValue | nvarchar(255) | 510 | False | The field value after the last automatic process step (Cat=AUTOM). |
AutomValid | nvarchar(255) | 510 | False | The status of the field after the last automatic process step (Cat=AUTOM). |
SessionID | bigint | 8 | False | Unique identifier of the session that checked out the document. From the W_Session table. Internal. |
SessionSiteId | int | 4 | False | Currently not used. |
CaptureEndValue | nvarchar(255) | 510 | False | The value reported after the last process step that is configured in the XBOUND reporting category as the capture end point (CaptureEndValue in W_FieldReport). For more information, see XBOUND Help topic "Configuring a reporting category". |
CaptureEndValid | nvarchar(255) | 510 | False | The status of the field after the last process step that is configured in the XBOUND reporting category as the capture end point (CaptureEndValid in W_FieldReport). |
DeletedAt | datetime | 8 | True | The date when the data set was deleted from the XBOUND database (main database). Available in XBOUND 3.8 and later. |