CandidateCertification
Captures the certifications that are associated with candidates, including credentials, expiration dates, and verification details. This table supports compliance-driven workflows by enabling recruiters to validate and track required qualifications.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Specifies the unique identifier (Id) for this candidate certification record. This field supports audit accuracy by allowing the system to track and reference certification entries throughout compliance, credentialing, and reporting workflows. |
| BoardCertification | String | False |
Captures the board certification label that applies to the candidate's credential. This field supports verification processes by identifying certifications that meet regulatory or industry-specific requirements. |
| CandidateId | Int | False |
Specifies the Id of the candidate who holds this certification. This field maintains relational integrity by linking the credential to the correct candidate profile for evaluation and reporting. |
| Comments | String | False |
Captures freeform commentary that users record about the candidate's certification. This field supports documentation and review by allowing recruiters to store notes that clarify status, requirements, or follow-up needs. |
| Compact | Int | False |
Indicates whether the certification participates in a multistate compact program. This field supports placement eligibility assessments by identifying credentials that enable licensure portability across jurisdictions. |
| Credential | String | False |
Captures the specific credential that is associated with the certification entry. This field supports credential tracking by defining the title or designation that the issuing authority awarded. |
| DateCertified | Datetime | False |
Specifies the date when the candidate completed or obtained the certification. This field supports compliance and eligibility checks by establishing when the credential became valid. |
| DateLastModified | Datetime | False |
Captures the date and time when this certification record was last updated. This field supports audit tracking by identifying when changes occurred that may affect placement or compliance decisions. |
| DisplayStatus | String | False |
Defines the status label that appears in certification-related views. This field supports recruiter visibility by summarizing the candidate's credential condition, such as active, pending, or expired. |
| ExpirationDate | Datetime | False |
Specifies the date when the certification expires. This field supports compliance monitoring by helping recruiters identify credentials that require renewal to maintain placement eligibility. |
| IsComplete | Bool | False |
Returns a value of 'true' when the certification has all required information. It returns a value of 'false' when the record remains incomplete and needs additional verification or documentation. |
| IssuingAuthority | String | False |
Captures the name of the organization that issued the certification. This field supports validation processes by identifying the governing body responsible for credential standards. |
| LicenseNumber | String | False |
Captures the license number that the issuing authority assigned to the candidate. This field supports verification and reporting by providing a reference value used for compliance checks. |
| LicenseType | String | False |
Identifies the classification or category of license that is associated with the certification. This field supports eligibility assessments by distinguishing between credential types that vary in scope or regulatory treatment. |
| Locations | String | False |
Lists the geographic locations where the certification is valid. This field supports jurisdiction-specific placement decisions by identifying regions in which the candidate is authorized to work. |
| ModifyingUserId | Int | False |
Specifies the Id of the user who last modified this certification record. This field supports audit and accountability requirements by tracking which user performed the update. |
| OnFile | Int | False |
Indicates whether documentation for this certification is on file. This field supports compliance verification by signaling whether supporting documents have been uploaded or received. |
| RequirementTypeId | Int | False |
Specifies the Id that identifies the type of certification requirement. This field supports rules-based workflows by linking the certification to requirement categories that apply to specific roles or placements. |
| Results | String | False |
Captures the outcome or results (for example, exam scores or completion statuses) that is associated with the certification. This field supports credential evaluation by providing detail that influences qualification or compliance decisions. |
| Status | String | False |
Defines the current lifecycle status of the certification. This field supports workflow management by identifying whether the credential is active, pending, expired, or otherwise in transition. |
| IsDeleted | Bool | False |
Returns a value of 'true' when the certification record is marked as deleted. It returns a value of 'false' when the record remains active within the Bullhorn CRM system. |