Text Field Cleanup
The Text Field Cleanup scheduler job is designed to automatically clean and format specific text fields on context records retrieved via a defined SOQL Query.
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 Text Field Cleanup.
- Execution Interval: Define when the scheduler should execute (e.g., Daily at 03:00 AM).
- SOQL Query: Provide a
SELECTstatement to define the exact records the job should process. - Record Configuration: Configure the specific record fields you want the job to clean. Available cleaning operations include:
- Truncate
- Trim
- Uppercase
- Lowercase
- Capitalize
- Uncapitalize
- Delete Whitespaces
- 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 Text Field Cleanup 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 Text Field Cleanup - Batch job type instead, which is detailed on the next page.