On a mobile screen I have a event SyncComplete trigger, so i know when a Sync is completed. is it also possible to find out if sync is running, so i can show a Popup and close it when SyncComplete?
Hi Matthias,
I don't know if it's possible to find out if the sync is running .
But you have an "onSyncStart" that you can use do determine if the synchronization is running.
In attachment follows an oml with that example in screen1 on using onSyncstart and onSyncEnd to manage that popup
Hope it helps