CertificationRequirement
Represents the certification requirements that must be met for specific roles, job submissions, or hiring stages. This table supports compliance enforcement by ensuring that required credentials are validated during placement workflows.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the CertificationRequirement record. This field allows Bullhorn CRM to retrieve, track, and enforce certification requirements that apply to specific candidates, job submissions, or placements. |
| CandidateCredentialId | Int | False |
Specifies the candidate credential Id that is associated with the requirement. This field links the requirement to an existing credential so that Bullhorn CRM can evaluate compliance and detect missing or expired items. |
| CandidateCredentialName | String | False |
Captures the name of the candidate's credential that relates to the requirement. This field helps Bullhorn CRM users identify the credential being evaluated and supports verification workflows. |
| CandidateCredentialStatus | String | False |
Specifies the status of the candidate's credential in relation to the requirement. This field supports compliance tracking because Bullhorn CRM uses it to determine whether the candidate meets the necessary qualifications. |
| CandidateId | Int | False |
Specifies the candidate Id that is associated with the certification requirement. This field ensures that Bullhorn CRM applies requirement checks to the correct candidate record during assessment and placement workflows. |
| CertificationId | Int | False |
Specifies the certification Id that defines the requirement. This field links the requirement to a certification definition so that Bullhorn CRM can apply the correct compliance rules and expiration parameters. |
| DateAdded | Datetime | False |
Captures the date and time when the requirement is created. This field supports auditing and allows Bullhorn CRM to track when compliance checks or credential evaluations are initiated. |
| ExpirationDate | Datetime | False |
Specifies the date when the credential associated with the requirement expires. This field supports compliance workflows that rely on proactive alerts and expiration monitoring within Bullhorn CRM. |
| JobSubmissionId | Int | False |
Specifies the job submission Id that is associated with the requirement. This field links compliance expectations to the job submission process to ensure that candidates meet mandatory criteria before proceeding. |
| MatchingCredentialCount | Int | False |
Captures the count of candidate credentials that satisfy this requirement. This field helps Bullhorn CRM determine whether the candidate already meets qualification standards or needs additional documentation. |
| ModifyingUserId | Int | False |
Specifies the user Id of the individual who last modified the requirement. This field supports audit trails and helps Bullhorn CRM track administrative changes and compliance updates. |
| OwnerId | Int | False |
Specifies the owner Id that is associated with the requirement record. This field influences access rights and determines which users or departments can manage or review the requirement. |
| PlacementId | Int | False |
Specifies the placement Id that is linked to the certification requirement. This field enables Bullhorn CRM to validate compliance during placement creation and ensures that required certifications remain active throughout the engagement. |