TaskEditHistoryFieldChange
Captures the change to an individual field that is recorded when a task is updated. This table supports granular auditing by identifying specific value modifications and explaining how those changes influence workflow progress.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the TaskEditHistoryFieldChange record. This value provides the primary reference that Bullhorn CRM uses to retrieve and track individual field-level modifications. |
| ColumnName | String | False |
Specifies the name of the column that is modified in the TaskEditHistoryFieldChange record. This value identifies the specific field that undergoes the recorded change. |
| Display | String | False |
Represents the display value that is associated with the TaskEditHistoryFieldChange record. This value provides a user-readable representation of the modified field for audit review. |
| EditHistoryId | Int | False |
Specifies the Id of the related TaskEditHistory record that is associated with this field-level change. This value links the modification to the broader edit event captured in the history log. |
| NewValue | String | False |
Represents the updated value that is associated with the TaskEditHistoryFieldChange record. This value shows the resulting data that is saved after the modification is applied. |
| OldValue | String | False |
Represents the previous value that is associated with the TaskEditHistoryFieldChange record. This value preserves the original data that the system replaces during the modification. |