The Push Offline DB To Server action is used to synchronise offline transactions with the server when the internet connection is restored. This action allows you to send transactions performed offline by users to the server without losing any data. When the connection is restored, the data in the local database is automatically synchronised. This allows you to maintain data integrity and continuity in your application and provide an uninterrupted user experience.
Technical Features
3. Select the button and add the Offline Database > Push Offline Db To Server action from the + ADD ACTION menu according to the trigger event you want (Initial Actions, OnClick, OnBlur, etc.).
Technical Risks
The Push Offline DB To Server action allows users to synchronise all database changes made in offline mode to the server. When the internet connection is restored, all data in the local database is transferred to the server without being lost. This action is critical for users working offline, especially in mobile applications, and ensures an uninterrupted user experience.