CandidateCertificationRequirement
Represents the certification requirements that must be met for roles, job submissions, or placements. This table supports staffing workflows by ensuring candidates meet mandatory qualifications before advancing through hiring stages.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Specifies the unique identifier (Id) for this candidate certification requirement record. This field supports system integrity by enabling reliable tracking, lookup, and auditing of requirement entries. |
| CandidateCredentialId | Int | False |
Identifies the credential Id that is linked to this candidate certification requirement. This field supports compliance evaluation by establishing which candidate credential relates to the requirement. |
| CandidateCredentialName | String | False |
Defines the name of the credential that is associated with this requirement. This field supports clarity during review by presenting a readable label for the credential that the system references. |
| CandidateCredentialStatus | String | False |
Indicates the status of the credential that applies to this requirement. This field supports compliance workflows by showing whether the credential is active, expired, pending, or otherwise requires follow-up. |
| CandidateId | Int | False |
Identifies the candidate Id that this certification requirement applies to. This field supports candidate-level compliance tracking by linking the requirement directly to the affected individual. |
| CertificationId | Int | False |
Identifies the certification Id that the system associates with this requirement. This field supports regulatory and client-driven processes by ensuring that each requirement corresponds to a defined certification. |
| DateAdded | Datetime | False |
Captures the date and time when this certification requirement is created. This field supports historical auditing by establishing when the requirement enters the system. |
| ExpirationDate | Datetime | False |
Specifies the date when the requirement or its associated credential expires. This field supports proactive compliance by allowing users to monitor upcoming expirations and prepare renewal actions. |
| MatchingCredentialCount | Int | False |
Indicates the number of candidate credentials that satisfy this requirement. This field supports validation workflows by helping users determine whether the candidate holds all necessary qualifications. |
| ModifyingUserId | Int | False |
Identifies the Id of the user who last modified this requirement. This field supports administrative oversight by documenting who performs updates that influence compliance evaluations. |
| OwnerId | Int | False |
Identifies the Id of the user who owns or manages this requirement record. This field supports assignment and accountability by designating responsibility for monitoring and maintaining requirement status. |