Modify Context Record

Modify Context Record scheduler job purpose is to modify a context records, that are retrieved from a defined SOQL Query.


Step 1: Register Scheduler Job

To create Scheduler Job go to Breezz SetupScheduler Jobs → click New or simply schedule a job from a Dashboard by clicking Schedule Job tile.

Modify Context Record Scheduler Job Modify Context Record Scheduler Job

Set fields as follows:

  • Input Name for Scheduler Job and a comprehensive Description.
  • For Job Type select Modify Context Record.
  • Execution Interval indicates the time when scheduler must be executed, in this example let it be 01:00 am on a daily basis.
  • In SOQL Query use a SELECT statement to return records on which you want to work.
  • In Record Configuration section configure record fields you want to update.

Click save.


Step 2: Check Scheduler Job

To check if a scheduler was created go to App LauncherBreezzBreezz Scheduler JobsAll Custom Jobs.

Here you can see your Scheduler:

Scheduler Record Scheduler Record

Modify Context Record is designed to work with fewer records and to work more frequently. To work with more records, e.g. 10,000. We should use Modify Context Record - Batch which is described on the next page.