This section describes what you have to do to get the account summary fields for the company turnover reset at the turn of the year.

ADvendio is planning to implement an automated process for future releases. Please use the class: "AccountTurnover"

To schedule the Apex Job please follow these steps:

  1. From Setup, enter Apex Classes in the Quick Find box, select Apex Classes, and then click Schedule Apex.
  2. Select a name for the job and specify the name of the class that you want to schedule (AccountTurnover).
  3. Specify how often the Apex class is to run.
  4. Specify the start and end dates for the Apex scheduled class. If you specify a single day, the job only runs once.
  5. Specify a preferred start time. The exact time the job starts depends on service availability.
  6. Click Save.

This Apex Class will:

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.


Related issues