Synchronize mobile data daily

0
Hi All,   We have developed a mobile app. It working as expected, but data synchronize is happening only when the user login to the app.    Actually I wanted do the data sync on daily basis. Is this possible ? If yes, How ?   Regards Sudhir
asked
2 answers
0

Hello Sudhir,

 

Have you tried the following action in a microflow :

https://docs.mendix.com/refguide/synchronize-to-device/#introduction 

 

It is designed to send objects to devices, maybe it helps you in your usecase.

Please read the documentation before implementing, i can imagine that for larger datasets it is not always beneficial to use.

 

Hope it helps,

 

Good luck!

 

 

answered
0

Hi Jelle van Leeuwen,

 

Yes. I using the said object. But here I am noticing that the entity name in Web and  Native are different, but column names are same.  

 

My requirement is, I has to sync daily like scheduler. 

 

Regards

Sudhir

 

 

 

answered