> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DocumentField

> Column reference for the DocumentField table, which records the fields of an ABBYY FlexiCapture document including field path, value, and index field flag.

## <a id="start" />Purpose

Contains information about the fields of the document.

[Diagram of relationships between Document state details](/flexi-capture/reporting-service/reporting-db-document-state)

## List of columns

<table width="100%"><tbody><tr><td><p><strong>Key</strong></p></td><td><p><strong>Name</strong></p></td><td><p><strong>Type</strong></p></td><td><p><strong>Required</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td rowspan="5"> </td><td><p>DocumentID</p></td><td><p>bigint</p></td><td><p>yes</p></td><td><p>Document identifier. Corresponds to the entry identifier in the <a href="/flexi-capture/reporting-service/reporting-document">Document</a> table.</p></td></tr><tr><td><p>DocumentProcessedDate</p></td><td><p>date</p></td><td><p>yes</p></td><td><p>The date when the document's state changed to "Processed."</p></td></tr><tr><td><p>FieldPath</p></td><td><p>nvarchar</p></td><td><p>yes</p></td><td><p>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"</p></td></tr><tr><td><p>FieldValue</p></td><td><p>nvarchar</p></td><td><p>yes</p></td><td><p>Field value. Filled in only for index fields.</p></td></tr><tr><td><p>IsIndexed</p></td><td><p>bit</p></td><td><p>yes</p></td><td><p>This flag indicates whether the field is an index field.</p></td></tr></tbody></table>
