Monitoring the Start of the Day Process
You can monitor the Start of Day process to ensure that the jobs are executing successfully. It is imperative to monitor this as SOD process must run only once for a given date.
It is strongly recommended to monitor the jobs between SOD process to ensure when the SOD process has ended.
Prerequisites
The following is the prerequisite to monitoring the job processes:
- User is assigned to a company.
Steps
Perform the following steps to monitor the jobs:
Log in to your Salesforce account.
Click your Username.
Go to Setup, Monitor, Jobs.
Click Apex Jobs.
The Apex Jobs page is displayed with a list of jobs that are running currently, completed, or queued.
- The Status section shows the current status of the Apex job
- The Apex Class section shows the name of the job
- The Apex Job ID section shows the Salesforce ID of the job
If jobs are running in parallel, under Apex Jobs, each job has the instances as configured in Concurrent Batch Jobs org parameters.
The following table provides a description about each of the statuses under the section Status:
Status | Description |
---|---|
Processing | Indicates that the job is currently running. |
Queued | Indicates that the job is in a queue and will run only when the system resource is available for this job, or the job is scheduled to run in the future. |
Completed | Indicates that the job is successfully run and completed. |
Aborted | Indicates that the job has come to an abrupt end due to an error. |