ClientCorporationEditHistoryFieldChange
Represents the update to an individual field that is recorded when a client corporation record is changed. This table supports granular auditing by identifying specific value changes and their effects on corporate data.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the client corporation edit-history field-change record in Bullhorn CRM. This value supports detailed audit tracking by ensuring that each field-level modification is uniquely referenced during compliance and review workflows. |
| ColumnName | String | False |
Captures the name of the column that is modified in the client corporation record. This value identifies exactly which data element is changed and supports field-level audit analysis. |
| Display | String | False |
Captures the display label that is associated with the modified column. This information provides user-friendly context that is used during audit reviews and change reports. |
| EditHistoryId | Int | False |
Represents the Id of the parent edit-history record that is associated with this field-level change. This value links the modification to the correct audit event and supports chronological reconstruction of user actions. |
| NewValue | String | False |
Captures the new value that is applied to the modified column. This value supports before-and-after comparison workflows that are used during compliance audits and data-correction reviews. |
| OldValue | String | False |
Captures the previous value that is replaced during the modification. This value supports historical analysis and assists with validation processes that require knowledge of prior field states. |