ClientCorporationCertification
Represents certifications (for example, compliance or contract-related credentials) that are associated with client corporations. This table supports regulatory workflows by ensuring that required certifications remain tracked and visible.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the client corporation certification record in Bullhorn CRM. This value provides a stable reference that is used by integrations and internal workflows to connect certification data to the correct corporate entity. |
| CertificationId | Int | False |
Represents the Id of the certification that is associated with the client corporation. This value supports compliance tracking and connects the record to standardized certification definitions across the system. |
| ClientCorporationId | Int | False |
Represents the Id of the client corporation that is associated with the certification record. This value ensures that certification details are correctly linked to the appropriate organization for reporting and verification activities. |
| Comments | String | False |
Captures any narrative comments that are associated with the client corporation's certification. This information supports audit review, exception handling, and historical reference during compliance verification. |
| DateLastModified | Datetime | False |
Indicates the date and time when the certification record is most recently updated in Bullhorn CRM. This value supports audit trails and update-tracking processes that are used to maintain data integrity. |
| Location | String | False |
Captures the physical or administrative location where the certification is held or applied. This value supports compliance workflows that depend on location-specific regulatory requirements. |
| MigrateGUID | String | False |
Captures the globally unique value that is associated with migration or data-import processes. This value supports system-to-system reconciliation tasks that rely on stable identifiers. |
| ModifyingUserId | Int | False |
Represents the Id of the user who performs the most recent update to the certification record. This value supports auditing and enables accountability within change-management workflows. |
| OffsetDays | Int | False |
Indicates the number of days that are offset from a base certification date. This value supports scheduling logic that is used to calculate due dates, renewals, or reminder intervals. |
| Quantity | Int | False |
Indicates the quantity that is associated with the certification record. This value supports operational reporting and enables workflows that track certification counts across client corporations. |
| IsDeleted | Bool | False |
Returns a value of 'true' if the certification record is marked as deleted in Bullhorn CRM. It returns a value of 'false' if the certification record remains active and available for workflows, reporting, or compliance review. |