FieldChange
Purpose
Contains information about the changes made to the document’s fields.
Diagram of relationships between Document editing details
List of columns
Key | Name | Type | Required | Description |
DocumentProcessedDate | date | yes | The date when the document's status changed to "Processed." | |
DocumentProcessingID | int | yes | Document identifier. Corresponds to the entry identifier in the DocumentProcessing table. | |
ChangeType | smallint | yes | Type of changes made to field. Possible values are listed in the Types of changes made to document fields table. | |
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". |
12.04.2024 18:16:02