> ## 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.

# FieldChange

> Column reference for the FieldChange table, which records changes made to an ABBYY FlexiCapture document's fields, including the change type and field path.

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

Contains information about the changes made to the document’s fields.

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

## 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="4"> </td><td><p>DocumentProcessedDate</p></td><td><p>date</p></td><td><p>yes</p></td><td><p>The date when the document's status changed to "Processed."</p></td></tr><tr><td><p>DocumentProcessingID</p></td><td><p>int</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-processing">DocumentProcessing</a> table.</p></td></tr><tr><td><p>ChangeType</p></td><td><p>smallint</p></td><td><p>yes</p></td><td><p>Type of changes made to field. Possible values are listed in the <a href="/flexi-capture/reporting-service/reporting-enumerations-field-change">Types of changes made to document fields</a> table.</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></tbody></table>
