Accelerate the Value of Data

Example - Synchronize data from Salesforce to Reltio in a batch

Learn how to sync data from Salesforce to Reltio in a batch.

The RIH recipes used to sync data from Salesforce to Reltio use Salesforce connector batch triggers with a customizable SOQL query to get the sObjects. The batch triggers in Salesforce are capable of handling job parallelism, so each recipe included in Salesforce can easily synchronize batch processes. Each job can handle upto 2000 entities.
To batch sync data from Salesforce to Reltio:
  1. Navigate to SFDC > To Reltio Sync > ETL-Batch > SFDC.
  2. Select the PROC | Batch Sync from Salesforce to Reltio - Account recipe.
  3. Edit the recipe.
  4. Select Step 1 and specify the desired schedule.
  5. In the SOQL WHERE clause field, enter the SOQL query to filter the records you want to export.
  6. Start the recipe.
Recipe jobs are marked successful only if all entities included in the particular batch are synchronized from Salesforce without any errors. You can view statistics about processed data in the recipe jobs table. Each main PROC recipe generates an Execution ID that is passed to the remaining sub-recipes, which can e used to debug or as a filter in the recipe jobs table. T