This section contains information about the following Jobs:

Schedule Jobs

You can use the Apex Scheduler to schedule execution of Apex classes. 

  1. Go to Setup, enter Apex Classes in the Quick Find box, select Apex Classes (under Develop), and then click Schedule Apex button located at the top.

    AccountBillingSummaryScheduler
    BillingMetricsScheduler
    CreditMemoEmailDeliveryScheduler
    EvergreenScheduleGenerationScheduler
    InvoiceEmailDeliveryScheduler
    InvoiceRunScheduler

     
  2. Enter Job Name.
  3. From the Apex Class lookup, select the class you want to set this schedule for.
  4. Under Schedule Apex Execution, specify how often the Apex class should run.
    1. For Weekly—Select one or more days of the week for the job to run (such as Monday and Thursday).
    2. For Monthly—Select either date or day of the job to run (such as second Monday of every month).
  5. Enter the Start and End dates for the Apex scheduled class. 
  6. Specify a Preferred Start Time.
  7. Click Save.

Monitoring Jobs

A lot of requests such as Invoice Creation, document PDF generation, Billing Summary and few others are submitted as Apex Jobs for execution. To know the status on execution of jobs, go to Setup > Jobs > Apex Jobs.

The Status of a job will be Completed if it was executed successfully without any failures. If you see the status as Failed, the Status Detail will show the error message to help you identify what went wrong.