Usage Scenario: Offline Data Cleanup

  • Scenario 1: Deleting Invalid Customer Records
    • While offline, a field worker updates customer information.
    • After updating some customer information, the user deletes old customer records that have become invalid from the local database with the Delete Offline DB action.
    • As a result, the employee cleans up the local database without losing any changes made while offline and focuses on the current data.
  • Scenario 2: Offline Order Data Cleanup
    • While offline, a user enters orders, but some orders are cancelled.
    • With the Delete Offline DB action, cancelled orders are deleted from the local database.
    • As a result, the user only has valid order information and is freed from unnecessary data entries made while offline.