LocationEditHistoryFieldChange
Captures field-level changes that appear within location edit history records. This table supports granular auditing by identifying the specific values that are updated and their significance in location management.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the LocationEditHistoryFieldChange entry. This value allows Bullhorn CRM to distinguish each individual field-level modification that is recorded for a Location edit history event. |
| ColumnName | String | False |
Captures the name of the column that is affected by the change. This information enables the system to identify which specific Location field is modified during the edit event. |
| Display | String | False |
Specifies the display value that is associated with the changed field. This element helps user interfaces present meaningful field labels when showing historical change details. |
| EditHistoryId | Int | False |
Indicates the Id of the LocationEditHistory entry that is linked to the field change. This relationship groups multiple field-level changes under the single edit event that generates them. |
| EntityFieldTypeLookupId | Int | False |
Identifies the Id of the EntityFieldTypeLookup entry that is associated with the changed field. This connection ensures that the system references the correct metadata definition when interpreting the field type. |
| NewValue | String | False |
Stores the new value that is applied to the field during the update. This information allows audit tools and users to understand the resulting state after the modification. |
| OldValue | String | False |
Stores the previous value that is replaced during the update. This information supports before-and-after comparisons that are required for auditing, troubleshooting, and compliance validation. |