Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

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.
    • For Weekly—specify one or more days of the week the job is to run (such as Monday and Wednesday).
    • For Monthly—specify either the date the job is to run or the day (such as the second Saturday of every month.)
  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:

  •  summarize the Turnover_Amount__c by adding up all related MediaCampaigns to the Account sorted by
    • next calendar year, 
    • this calendar year, 
    • last calendar year, 
    • the calendar year before last year
  •  it is batchable, and schedulable
  • only refers to the Account__c lookup including all Media Campaigns

Filter by label

There are no items with the selected labels at this time.

  • No labels