Create Record

Create Record scheduler job purpose is to create a new record based on criteria specified in Record Configuration section for all the records retrieved from a defined SOQL Query.


Step 1: Register Scheduler Job

To create Scheduler Job go to Breezz SetupScheduler Jobs → click New.

Create Record Scheduler Job Create Record Scheduler Job

Input Name for Scheduler Job and a comprehensive Description. For Job Type select Create Record. 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, select which kind of Object Name you want the scheduler to create, and provide record details, make sure that all required fields (marked with asterisks) are populated.

Click save and re-run Scheduler from Scheduler Setup or manually.


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:

Create Record Scheduler Record Create Record Scheduler Record

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