Skip to content
Text Field Cleanup

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

  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.

Text Field Cleanup 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 Text Field Cleanup.
  • Execution Interval: Define when the scheduler should execute (e.g., Daily at 03: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 clean. Available cleaning operations include:
    • Truncate
    • Trim
    • Uppercase
    • Lowercase
    • Capitalize
    • Uncapitalize
    • Delete Whitespaces
  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 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.