Hi,
Can anyone please tell me what is the use of local storage entities in outsystems and why to use Local storage entities.
Thanks,
Uday Kumar
Adding to what was already shared, Local Storage entities can also be used, as a form of cache, as your device can access the local storage faster, than from a server where you will depend on the speed of an internet connection that can vary from location to location.
Furthermore, it could be used to store a draft version of data before you submit it to the server.
So long story short, not only for offline mode, but also to improve performance or workflow of your application.
Regards,
Daniel
Thank You Daniel!
Local storage entities are used in mobile app which stores data from server database to mobile device in which you can access data in offline mode.
You will get an Idea by looking into below document how you can sync data between the local storage (mobile device) and server database.
https://success.outsystems.com/documentation/11/developing_an_application/use_data/offline/
https://success.outsystems.com/documentation/11/developing_an_application/use_data/offline/offline_data_sync_patterns/
Wasimkhan S
Thank You Wasim.
Welcome.