Skip to content
Modify Context Record

Modify Context Record

The Modify Context Record scheduler job is designed to automatically update specific fields on context records retrieved via a defined SOQL Query.

Step 1: Register the Scheduler Job

  1. To register a new Scheduler Job, navigate to Breezz SetupScheduler Jobs and click New, or simply schedule a job from the Dashboard by clicking the Schedule Job tile.

Modify Context Record Scheduler Job

  1. Populate the configuration form with the following details:
  • Name: Provide a clear identifier for the Scheduler Job.
  • Description: Enter a comprehensive explanation of the job’s purpose.
  • Job Type: Select Modify Context Record.
  • Execution Interval: Define when the scheduler should execute (e.g., Daily at 01:00 AM).
  • SOQL Query: Provide a SELECT statement to define the exact records the job should process.
  • Record Configuration: Configure the specific record fields you want the job to update.
  1. After filling out all required fields, click Save.

Step 2: Verify the Scheduler Job

To confirm that the scheduler was created successfully, navigate to the App LauncherBreezzBreezz Scheduler JobsAll Custom Jobs.

You should see your new Scheduler record listed here:

Scheduler Record

ℹ️ Note on Data Volumes: The standard Modify Context Record job type is designed to run frequently on smaller datasets. If you need to process large data volumes (e.g., 10,000+ records), you should use the Modify Context Record - Batch job type instead, which is detailed on the next page.