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.