Kullanıcı Kılavuzu

Fetch Offline DB

Fetch Offline DB

Fetch Offline DB action is used to fetch data from the local database in offline mode. With this action, users can access data stored on their devices while offline. It allows operations to be performed using data from the local database when there is no internet connection. It enables your application to work seamlessly even when offline, allowing users to view and process data.

Technical Features

  • Data Retrieval: Used to retrieve data from the local database when offline.
  • Local Database Usage: When there is no internet connection, it is possible to retrieve and process data from the database on the device.
  • Seamless Operation: When offline, users can interact with data, update it, or add new information.
  • Mobile Application Support: The Fetch Offline DB action is supported in mobile applications.

Fetch Offline DB Action Application Steps

  1. Log in to the Kuika platform and open the project you are working on.
  2. Go to the UI Design module and open the Properties panel on the right panel.
  1. + ADD ACTION menu and add the Offline Database >Fetch Offline DB action according to the desired trigger event (Initial Actions, OnClick, OnBlur, etc.).

Use Case: Offline Data Access

Scenario 1: Viewing Customer Information While Offline

  1. Data Retrieval: A field worker uses the Fetch Offline DB action to access customer information without an internet connection.
  2. Data Access: The worker can view customer information in the local database, but since there is no internet connection, the data is limited to the latest information stored on the device.
  3. Result: The employee can interact with and process data while offline.

Scenario 2: Viewing Order Information While Offline

  1. Data Retrieval: While offline, a user retrieves old order information from the local database using the Fetch Offline DB action.
  2. Data Viewing: Since there is no internet connection, the user can only see the data stored in the local database.
  3. Result: The user can view old order information while offline and perform operations on this data as needed.

Fetch Offline DB Action Advanced Customisations

  • Data Access Timing: You can perform automatic data updates by triggering the Fetch Offline DB action before the user accesses data while offline.
  • Data Filtering: You can use additional parameters to filter the retrieved data according to specific criteria.
  • Data Synchronisation: You can use the Fetch Offline DB action to present the latest data from the local database to the user before synchronising the data retrieved while offline with the server.

Technical Risks

  • Data Updates: To prevent data retrieved while offline from conflicting with current data, add conflict management during data updates.
  • Data Errors: Before processing data while offline, create data validation processes to prevent data loss or incorrect data retrieval.

The Fetch Offline DB action provides access to data in the local database while offline. Users can easily access, view, and interact with data in the database even when there is no internet connection. This action facilitates offline data management, especially in mobile applications, providing a seamless user experience.

Other Related Content

No items found.

Glossary

No items found.

Alt Başlıklar