CampaignJobHistories
Maintains a historical log of automated or manual jobs executed as part of marketing campaigns, capturing metadata such as execution status, start and end times, and any associated error messages for traceability and diagnostics.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique system-generated identifier for the campaign job history record. This is used as the primary key. |
| Campaign Job History Type | String | True |
Indicates the type or classification of the campaign job history object as defined in the Vault object type field (object_type__v). |
| Global ID | String | True |
Globally unique system identifier for the campaign job history record, used across integrations and systems. |
| Link | String | False |
System-generated URL linking to the specific campaign job history record within the Vault user interface. |
| Campaign Job History Name | String | True |
The user-defined name of the campaign job history record for display and search purposes. |
| Status | String | False |
The current processing status of the campaign job (for example, Queued, In Progress, Completed, Failed). |
| Created By | String | True |
Username or system identifier of the user who originally created this campaign job history record. |
| Created Date | Datetime | True |
Timestamp representing the exact date and time when the campaign job history record was created. |
| Last Modified By | String | True |
Username or system identifier of the user who last modified this campaign job history record. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent modification to the campaign job history record. |
| External ID | String | False |
An optional identifier used to reference this job record from external systems, such as a Customer Relationship Management (CRM) or Enterprise Resource Planning (ERP). |
| Failed | Decimal | False |
The number of job execution steps or operations that failed during the campaign job run. |
| Job End Time | Datetime | False |
Timestamp marking the completion time of the campaign job. |
| Job ID | String | False |
Identifier assigned to this campaign job instance, often used to correlate related job records or logs. |
| Job Start Time | Datetime | False |
Timestamp representing when the campaign job execution began. |
| Job Type | String | False |
Specifies the type of job performed in this campaign (for example, Send Email, Assign Target, Update Record). |
| Successful | Decimal | False |
The number of successful operations or steps completed within this campaign job. |
| Total | Decimal | False |
The total number of operations or tasks that were attempted during the campaign job execution. |
| Legacy CRM Id | String | False |
Identifier associated with the campaign job history from a legacy CRM system, used for migration and historical tracking. |
| Campaign | String | False |
Reference to the campaign object associated with this job history, indicating the broader campaign context. |
| Owner | String | False |
The Vault user or system entity responsible for ownership of this campaign job history record. |
| Campaign Activity | String | False |
The specific campaign activity related to this job history, linking the job to a defined task or execution unit within the campaign. |