CandidateEducation
Captures educational background details that are associated with candidate records. This table supports qualification evaluation by storing information that influences matching, vetting, and job submission processes.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Specifies the unique identifier (Id) for this education record. This field supports record tracking by distinguishing one educational entry from another in the candidate profile. |
| CandidateId | Int | False |
Stores the Id of the candidate who is associated with this education entry. This field links the educational detail to the correct individual within the Bullhorn CRM ecosystem. |
| Certification | String | False |
Indicates any certification that the candidate obtained during this period of study. This field provides credential context that supports qualification assessment. |
| City | String | False |
Specifies the city in which the educational institution is located. This field assists with geographic relevance and compliance reporting. |
| Comments | String | False |
Contains internal or descriptive comments about the candidate's education entry. This field supports context gathering for recruiters who review academic history. |
| DateAdded | Datetime | False |
Captures the date and time when this education entry is first added. This field supports auditing by documenting when the educational information enters the system. |
| Degree | String | False |
Identifies the degree or academic award granted to the candidate. This field supports qualification evaluation and skill classification. |
| EndDate | Datetime | False |
Specifies the date when the candidate completed this education period. This field establishes timeline accuracy for career and qualification assessments. |
| ExpirationDate | Datetime | False |
Indicates the expiration date of a time-limited certification that is tied to this education record. This field supports compliance and credential renewal workflows. |
| GPA | Double | False |
Stores the grade-point average that the candidate earned for this educational program. This field supports academic evaluation and qualification screening. |
| GraduationDate | Datetime | False |
Specifies the date on which the candidate formally graduates from the institution. This field supports eligibility verification and timeline validation. |
| Major | String | False |
Indicates the candidate's major area of study. This field enhances matching by identifying specialized academic focus that aligns with job requirements. |
| MigrateGUID | String | False |
Stores the unique identifier for the migration object that is assigned during data import processes. This field supports system integrity by tracking source records from external systems. |
| School | String | False |
Specifies the name of the educational institution the candidate attended. This field provides institutional context for evaluating academic background. |
| StartDate | Datetime | False |
Captures the date on which the candidate begins this educational program. This field supports chronological ordering of academic history. |
| State | String | False |
Indicates the state or provincial region where the institution is located. This field standardizes location data for reporting and search filtering. |
| IsDeleted | Bool | False |
Returns a value of 'true' when this education entry is marked as deleted. It returns a value of 'false' when the entry remains active and available in the candidate profile. |