Anonymous Apex


Anonymous Apex scheduler job purpose is to run given snippet of Apex code in Anonymous Context. Requires a SOQL Query defining records to be deleted.


Step 1: Register Scheduler Job

To register a new Scheduler Job we need to configure it.

Go to: Breezz SetupScheduler Jobs → Click New

Anonymous Apex Scheduler Job Anonymous Apex Scheduler Job


Step 2: Check Scheduler Job

To check if a scheduler was created go to App LauncherBreezzBreezz Scheduler Jobs. Here you can see your Scheduler:

Scheduler Record Scheduler Record

You should see a record in Scheduler Jobs populated with data that you provided. As well as dates for last and next execution.