PlacementCertification
Represents certifications that are associated with candidate placements. This table supports compliance and contract requirements by ensuring that placements remain aligned with required credentials throughout their lifecycle.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the PlacementCertification record. This value serves as the primary reference that is used throughout Bullhorn CRM to track and associate certification information with related placement activity. |
| CandidateCredentialId | Int | False |
Specifies the Id of the candidate credential that is linked to the PlacementCertification record. This value establishes the relationship that Bullhorn CRM uses to match the certification to the candidate's documented credentials. |
| CandidateCredentialName | String | False |
Represents the name of the candidate credential that is associated with the PlacementCertification record. This value supports display, verification, and reporting functions that reference the credential's title. |
| CandidateCredentialStatus | String | False |
Indicates the status of the candidate credential that is associated with the PlacementCertification record. This value informs compliance and readiness evaluations that determine whether the credential is active or acceptable. |
| CertificationId | Int | False |
Specifies the Id of the certification that is associated with the PlacementCertification record. This value links the record to the defined certification entity that Bullhorn CRM uses for credential tracking and validation. |
| DateAdded | Datetime | False |
Indicates the date and time when the PlacementCertification record is added to the system. This value supports auditing and historical tracking for certification-related events. |
| DateLastModified | Datetime | False |
Indicates the date and time when the PlacementCertification record is last modified. This value provides visibility into updates that influence compliance and record accuracy. |
| ExpirationDate | Datetime | False |
Indicates the expiration date for the certification that is associated with the PlacementCertification record. This value supports compliance checks and determines when recertification actions are required. |
| MatchingCredentialCount | Int | False |
Represents the number of matching credentials that relate to the PlacementCertification record. This value informs reconciliation processes that compare placement requirements against candidate credentials. |
| ModifyingUserId | Int | False |
Specifies the Id of the user who last modifies the PlacementCertification record. This value provides traceability for audit and workflow oversight within Bullhorn CRM. |
| OwnerId | Int | False |
Specifies the Id of the owner that is assigned to the PlacementCertification record. This value identifies the internal user who is responsible for managing and maintaining certification information. |
| PlacementId | Int | False |
Specifies the Id of the placement that is associated with the PlacementCertification record. This value links certification requirements to the placement for compliance enforcement and workflow coordination. |