JobSubmissionEditHistory
Tracks historical changes that are applied to job submission records. This table supports transparency and evaluation by preserving a chronological record of updates that affect candidate submission progress.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the JobSubmissionEditHistory record. This value allows Bullhorn CRM to associate each modification event with a distinct audit entry for the job submission. |
| AuditTrail | String | False |
Captures the audit trail text that is generated for the history record. This information enables reviewers to evaluate the nature of the change and understand what actions triggered the update. |
| DateAdded | Datetime | False |
Indicates the datetime when the JobSubmissionEditHistory record is created. This timestamp supports chronological reconstruction of job submission activity during audits and reporting. |
| MigrateGUID | String | False |
Stores the unique identifier for the migration object that is assigned during data transfer or synchronization processes. This value helps the system track migrated history records and detect potential duplication issues. |
| ModifyingPersonId | Int | False |
Identifies the Id of the user who performs the modification that results in the history entry. This association provides visibility into user actions and supports audit accountability. |
| TargetEntityId | Int | False |
References the Id of the job submission entity that is associated with the history update. This linkage ensures that the system applies the change record to the correct submission. |
| TransactionID | String | False |
Specifies the transaction Id that is related to the history event. This value enables grouping of multiple updates that occur within the same operation, supporting clearer audit analysis. |