Generate UUID
The Generate UUID scheduler job is designed to automatically create a universally unique identifier (UUID) for specified records and save it into a target field defined in the Record Configuration section.
Step 1: Register the Scheduler Job
- To register a new Scheduler Job, navigate to Breezz Setup → Scheduler Jobs and click New, or simply schedule a job from the Dashboard by clicking the Schedule Job tile.

- 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 Generate UUID.
- Execution Interval: Define when the scheduler should execute (e.g., Daily at 01:00 AM).
- SOQL Query: Provide a
SELECTstatement to define the exact records the job should process. - Record Configuration: Configure the target field where the generated identifier will be stored.
- 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 Launcher → Breezz → Breezz Scheduler Jobs → All Custom Jobs.
You should see your new Scheduler record listed here:

ℹ️ Note on Data Volumes: The standard Generate UUID 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 Generate UUID - Batch job type instead, which is detailed on the next page.