ServerJobStatuses
Maintains status and outcome information for background server jobs, such as document processing, batch imports, or scheduled tasks. This facilitates monitoring and troubleshooting of automated processes.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the server job status record. |
| Global ID | String | True |
System-generated global identifier used for uniquely referencing the record across environments. |
| Link | String | False |
System-level hyperlink that provides direct access to the server job record within the Vault UI. |
| Server Job Name | String | False |
Descriptive name of the server job used to identify the task or process being executed. |
| Status | String | False |
Current execution status of the server job, such as Scheduled, Running, Completed, or Failed. |
| Created By | String | True |
Username of the individual or system account that initiated the server job. |
| Created Date | Datetime | True |
Timestamp indicating when the server job was initially created in the system. |
| Last Modified By | String | True |
Username of the person or system account that last modified the server job record. |
| Last Modified Date | Datetime | True |
Timestamp showing the last time the server job record was updated. |
| Completed | Bool | False |
Boolean flag indicating whether the server job has completed its execution cycle. |
| Email on complete | String | False |
Email address specified to receive a notification upon completion of the server job. |
| Errors | Decimal | False |
Number of error events encountered during the execution of the server job. |
| Progress | String | False |
Textual representation of the server job's progress, typically expressed as a percentage or phase indicator. |
| Rows Processed | Decimal | False |
Count of individual data rows that have been successfully processed by the server job. |
| Run Id | String | False |
Identifier that groups together a single execution run of the server job, useful for tracking re-runs. |
| Server Job Status | String | False |
Overall job status classification, which can be used for workflow logic or UI filters. |
| Tab URL | String | False |
Vault UI tab URL that links directly to a filtered or detailed view of the job execution. |
| Territories | String | False |
List of territories associated with the job execution context, separated by commas. |
| Total Rows | Decimal | False |
Total number of data rows the server job is expected to process. |
| Owner | String | False |
User or group that is designated as the owner of the server job for access and accountability purposes. |
| Legacy CRM Id | String | False |
Identifier that maps the server job to a record or process in a legacy Customer Relationship Management (CRM) system, if applicable. |