Scheduling Multiple On-Demand Sync Executions
To schedule multiple selected initial sync actions to run at specific times and intervals, you can clone the Run Initial Sync On Demand Periodically operation, save it with a different name, and configure it with a cron expression
To schedule multiple on-demand sync executions:
1. In Max Designer, click Developer Tools () > Operations, and then in the list view, click Run initial sync via operation parameters.
2. On the Operation record page, in the top right corner, click Options () > Clone, and then configure the cloned Operation record as follows.
Field
Value
Name
Enter a different name for the operation.
Identifier
This value auto-populates based on the value you enter in the Name field.
Namespace
Development - dev
* 
You can also save the Operation with the same name, but if so, be sure to change the value in the Identifier field to avoid triggering errors.
3. In the cloned Operation record, on the Operation Parameters tab, in the list view, click Initial Sync Action Record IDs, and then on the record page, update the fields as follows.
Field
Value
Identifier
init_sync_action_ids
Parameter Value
Specify the UUIDs of the Initial Sync Action records for which you want to configure an execution schedule, separated by commas.
4. In the top left corner, click Save and Close (), and then in Max Admin, click System Management () > System Management > System Jobs.
5. In the list view, click Run Initial Sync On Demand Periodically, and then on the record page, in the top right corner, click Options () > Copy.
6. On the New System Job page, complete the fields as follows, and then click Copy.
Field
Value
Name
The name you want to use for this System Job.
Cron Expression
A cron expression to configure your desired schedule.
Operation
The name of the cloned operation you created earlier in this procedure.
* 
To view details about cron expression syntax, click the Cron Expression field label.
7. In Max Admin, click Development Actions () > Synchronize.
Was this helpful?