The Download Offline DB action downloads data from the server to the device's local database.
Thanks to this action:
- Your application can continue to run even when there is no internet connection.
- Users can view and modify data in offline mode.
- Data downloaded to the local database can be synchronized with the server when the internet connection is restored.
For example:
- A field worker can access customer information without an internet connection.
- Users can also input data while offline and the data will be sent to the server when the connection is.
Download Add Offline DB Action
- Log in to the Kuika platform and open the project you will work on from the Apps screen.
- Switch to the UI Design module and open the Properties panel on the right side.
- Click on the + ADD ACTION drop-down menu.
- Select Initial Actions → Offline Database → Download Offline DB.
- Configure the following field from the drop-down menu:
- ID:
- Specifies the ID of the database or dataset to download.
- It is used to define which database or table to download.
By following these steps, you can effectively use the Download Offline DB action on the Kuika platform.