JobSubmissionCertificationRequirement
Represents certification requirements that apply to specific job submissions. This table supports compliance and qualification workflows by ensuring that candidates meet role-specific certification expectations before progressing.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the JobSubmissionCertificationRequirement record. This value enables the system to distinguish this certification requirement from other submission-related records. |
| CandidateCredentialId | Int | False |
Represents the Id of the candidate credential that is associated with the certification requirement. This value supports validation by linking the requirement to a specific credential on the candidate's profile. |
| CandidateCredentialName | String | False |
Captures the name of the candidate credential that is associated with the certification requirement. This value supports recruiter review by displaying recognizable credential information. |
| CandidateCredentialStatus | String | False |
Captures the status of the candidate credential that is associated with the certification requirement. This value contributes to workflow decision-making by indicating whether a candidate's qualification is current, expired, or pending. |
| CertificationId | Int | False |
Represents the Id of the certification that the job submission requires. This value supports compliance checks by linking the submission to a defined certification standard. |
| DateAdded | Datetime | False |
Indicates the date and time when the JobSubmissionCertificationRequirement record is added. This value supports chronological tracking and allows recruiters to review when the certification requirement was applied. |
| ExpirationDate | Datetime | False |
Indicates the date on which the candidate's credential expires. This value supports compliance monitoring and helps prevent placement of candidates whose qualifications are no longer valid. |
| JobSubmissionId | Int | False |
Represents the Id of the JobSubmission record that this certification requirement belongs to. This value supports workflow cohesion by associating the requirement with a specific candidate submission. |
| MatchingCredentialCount | Int | False |
Captures the number of matching credentials that the system identifies for this certification requirement. This value supports automation logic by indicating whether the candidate meets one or more qualifying criteria. |
| ModifyingUserId | Int | False |
Represents the Id of the user who most recently modifies the certification requirement. This value supports audit trails and enables teams to identify responsibility for updates. |
| OwnerId | Int | False |
Represents the Id of the user who owns the certification requirement record. This value supports permission controls and ensures that ownership boundaries are maintained within Bullhorn CRM. |