I have multiple records in my application i needs to sync all records at scheduled time which is the best way for sync.
Thanks in advance for response
Discussion posts and replies are publicly visible
Go to your application in Designer -> Navigate to the Monitoring tab -> Click on Record Sync Status.
I wanted automated flow which will full sync not manual sync
Hi divyak2994
Create an automated process model (via scheduled execution) that loops through all record types and calls the Sync Records Smart Service for each one.
Inorder to use Sync Records Smart Service, Identifiers are must, we cant explicitly give identifiers everytime.
If you want an automation for this, RPA (Browser Actions) is the only way i know, that can sync records without developer intervention.