Batch Dispatch with near real-time synchronization
Learn about the near real-time synchronization data from Reltio to Salesforce.
Use batch dispatch with near real-time synchronization to start the synchronization process from Salesforce to Reltio following a batch transaction approach, handling multiple events per job.
Logging
Logging is carried out by the standard Workato tool - Logger by Workato. The Workato logging service is an additional feature. This includes accessing the logs page and logger using Workato. Check with your Workato CSM to make sure you have this feature enabled for your workspace.
Failed events and event handler
If Reltio cannot synchronize data, i.e. if at least one record is executed unsuccessfully, the recipe selects the failed records and sends them to the SFDC to Reltio - Error Handler
sub recipe for further processing of these records.
The SFDC to Reltio - Error Handler
sub recipe accepts two arguments: an email address and an array of failed records. When calling this recipe, it translates the received records into JSON format and sends them to the specified email. The message body contains the number of failed records, as well as the error of the first record and the last one. The attachment contains the JSON itself with an array of failed records and an error message for each record.
Connections
You must ensure the following connections are available for the recipes to work:
Connection to your Salesforce account, from where the base recipe receives events.
Connecting to your Reltio tenant, which the synchronization recipe uses to synchronize data.