Hi Experts,
The synchronization rules contains the Entity for related to specific application and version. For an example if we take ServiceEngApp, 1.7. Each entity has a default delivery method and will select a batch entity "MobileClientSecurity".
For the above entity the default schedule is that it will sync for every 30 minutes interval.
The Batch schedule for the ServiceEngApp 1.7 is every 15 minutes.
Lets Imagine that the batch schedule ran at 12:00 (Batch-1) and MobileClientSecurity entity has been synced in this batch schedule. The next schedule will run on 12:15 (Batch-2). But during Batch-2 the MobileClientSecurity entity should not sync as its default interval is 30 mins. When the Batch-3 runs (at 12:30) then the delta of MobileClientSecurity will be synced.
The question I am having is that, how will the application will track that only some specific batch entities should be synced when it is executed ?( In above example, Batch-1 and Batch-3 will sync the delta of the specified entity but Batch-2 will not sync the delta of the specified entity)
Best Regards,
Atheeq