As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
2. save several entities locally while network connection is not available.
3. restart the app with network connection. When I call get() or save() method, it seems the sync process is started and the entities saved offline are updated to online. However, it takes some time to complete the sync process. If I fetch or query all entities before sync process is done, the method returns null object or save()/get() method does not work as I expected.
So here's my question. Is there a way to check if sync process is in progress or completed? Thank you in advance for your help.
Kyungsuk Song
hello,
Below is my test scenario.
1. make the offline policy "ONLINE_FIRST"
2. save several entities locally while network connection is not available.
3. restart the app with network connection. When I call get() or save() method, it seems the sync process is started and the entities saved offline are updated to online. However, it takes some time to complete the sync process. If I fetch or query all entities before sync process is done, the method returns null object or save()/get() method does not work as I expected.
So here's my question. Is there a way to check if sync process is in progress or completed? Thank you in advance for your help.