ContentDocumentHistory
Maintains a historical record of changes made to Content Documents.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the content document history record. | |
| IsDeleted | Boolean | True |
Indicates whether the history record has been deleted (true) or not (false). | |
| ContentDocumentId | String | True |
ID of the content document associated with this history entry. | |
| CreatedById | String | True |
ID of the user who created the history record. | |
| CreatedDate | Datetime | True |
Date and time when the history record was created. | |
| Field | String | True |
Name of the field on the content document that was changed. | |
| OldValue | String | True |
Previous value of the field before the change occurred. | |
| NewValue | String | True |
New value of the field after the change was made. |