TaskEditHistory
Tracks historical updates that are applied to task records. This table supports accountability and workflow transparency by preserving a record of changes that affect task status, ownership, or scheduling.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the TaskEditHistory record. This value provides the primary reference that Bullhorn CRM uses to retrieve and track historical task modifications. |
| AuditTrail | String | False |
Represents the audit-trail content that is associated with the TaskEditHistory record. This value stores the detailed change information that the system uses to document field-level updates. |
| DateAdded | Datetime | False |
Indicates the date and time when the TaskEditHistory record is added to the system. This value supports chronological tracking of task-change events and enhances audit accuracy. |
| MigrateGUID | String | False |
Represents the globally unique migration Id that is associated with the TaskEditHistory record. This value supports data-migration processes by ensuring continuity and traceability across systems. |
| ModifyingPersonId | Int | False |
Specifies the Id of the person who performs the modification that is recorded in the TaskEditHistory record. This value identifies the user responsible for the captured change. |
| TargetEntityId | Int | False |
Specifies the Id of the task entity that is associated with the TaskEditHistory record. This value links the historical entry to the exact task whose data is modified. |
| TransactionID | String | False |
Represents the transaction identifier that is associated with the TaskEditHistory record. This value supports grouping and tracking of related edits that occur within the same system operation. |