JobSubmissionHistory
Captures lifecycle and historical events that relate to job submission records. This table supports long-term reporting and workflow analysis by tracking candidate movement across submission stages.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the JobSubmissionHistory record. This value enables Bullhorn CRM to track each discrete update that is applied to a job submission over time. |
| Comments | String | False |
Captures any comments that are associated with the history event. These notes provide additional business context about the modification and support audit and review processes. |
| DateAdded | Datetime | False |
Indicates the datetime when the JobSubmissionHistory record is created. This timestamp allows the system to maintain a precise chronological sequence of job submission changes. |
| JobSubmissionId | Int | False |
Specifies the Id of the job submission that is linked to the history entry. This relationship ensures that the recorded update is associated with the correct submission record. |
| MigrateGUID | String | False |
Stores the unique identifier for the migration object that is assigned during data migration or synchronization activities. This value helps track external imports and prevents duplicate historical entries. |
| ModifyingUserId | Int | False |
Captures the Id of the user who performs the action that results in the history entry. This association improves accountability and supports audit trail visibility. |
| Status | String | False |
Represents the status value that is recorded at the time of the historical update. This field allows the system to reconstruct the job submission's progression through its workflow. |
| TransactionID | String | False |
Identifies the transaction Id that is associated with the update event. This information enables the grouping of multiple related changes under a single operational action. |