Skip to main content

Purpose

Contains information about the fields 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.”

FieldPath

nvarchar

yes

The full name of the field in the Document Definition (comprising the names of the objects below in the tree, from the section to the field itself, separated by ”\”). For example, a field containing a vendor name will appear as follows: “Invoice Layout\Vendor\Name”

FieldValue

nvarchar

yes

Field value. Filled in only for index fields.

IsIndexed

bit

yes

This flag indicates whether the field is an index field.