UserEditHistoryFieldChange
Captures the change to an individual field that is recorded when a user record is updated. This table supports granular administrative auditing by identifying updates that affect user configuration or permissions.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the UserEditHistoryFieldChange record. This value provides the primary reference that Bullhorn CRM uses to retrieve and track individual field-level changes related to user modifications. |
| ColumnName | String | False |
Specifies the name of the column that is modified in the UserEditHistoryFieldChange record. This value identifies the exact field whose data is altered during the recorded update. |
| Display | String | False |
Represents the display value that is associated with the UserEditHistoryFieldChange record. This value provides a user-friendly description of the modified field for audit and review purposes. |
| EditHistoryId | Int | False |
Specifies the Id of the UserEditHistory record that is associated with this field-level change. This value links the updated field to the broader edit event captured within the system's audit trail. |
| NewValue | String | False |
Represents the updated value that is associated with the UserEditHistoryFieldChange record. This value reflects the data that is stored after the system applies the modification. |
| OldValue | String | False |
Represents the previous value that is associated with the UserEditHistoryFieldChange record. This value preserves the original data that is replaced during the modification event. |