Concatenate Fields

The Concatenate Fields scheduler job aims to construct a string by combining designated text fields, ultimately saving this concatenation in the Target Field specified within the Record Configuration section


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.

Generate UUID Scheduler Job Generate UUID Scheduler Job

Set fields as follows:

  • Input Name for Scheduler Job and a comprehensive Description.
  • For Job Type select Generate UUID.
  • 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 target field, delimiter and text fields to be combined.

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

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