UserEditHistory
Tracks historical updates that are applied to user records. This table supports administrative oversight by documenting changes that affect system access, user roles, or personal information.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the UserEditHistory record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage user-related change history. |
| AuditTrail | String | False |
Represents the audit-trail content that is associated with the UserEditHistory record. This value captures detailed information about the modifications that the system records for user activity. |
| DateAdded | Datetime | False |
Indicates the date and time when the UserEditHistory record is added to the system. This value supports chronological tracking and helps maintain a clear history of user changes. |
| MigrateGUID | String | False |
Represents the globally unique migration Id that is associated with the UserEditHistory record. This value supports cross-system migration and ensures consistent traceability throughout data-migration processes. |
| ModifyingPersonId | Int | False |
Specifies the Id of the person who performs the modification that is captured in the UserEditHistory record. This value identifies the user responsible for applying the recorded change. |
| TargetEntityId | Int | False |
Specifies the Id of the user entity that is associated with the UserEditHistory record. This value links the historical entry to the specific user whose information is modified. |
| TransactionID | String | False |
Represents the transaction identifier that is associated with the UserEditHistory record. This value allows the system to group related changes that occur as part of a single operation. |