How to works mechanism of fetch deltas into app

Eugene Bychkov, Matt Marum regards from Mexico.

I have a question, exists some diagram that explain the how to works mechanism of fetch deltas into app?

Can you can share me this diagram or in this case explain me please point by point your workflow?

The only diagram i find is in this section 

https://support.sugarcrm.com/Documentation/Mobile_Solutions/Mobile_SDK/Mobile_SDK_Developer_Guide/#Application_Lifecycle 

Thanks a lot.

Parents Reply
  • Hi!
    We don't currently have a diagram to provide

    But I can briefly explain how WINS works. Sugar Mobile periodically polls server for a changes that were made to records by using date_modified field as a filter criteria. Basically requests looks like "get Accounts with date_modified greater than {last_synchronizatio_date_modified}". If modified records exist they will be fetched from server and stored in local database. After that last sync time is saved and Sugar Mobile will repeat the same process after some time

Children
No Data