Delete Offline DB Action Advanced Customisations

  • Bulk Data Cleaning: You can delete multiple data sets at the same time. For example, you can use this action to delete old customer records and cancelled orders in bulk.
  • Scheduled Cleaning: To perform regular cleaning of the local database, you can integrate the Delete Offline DB action with scheduled tasks.
  • Pre-Synchronisation Cleanup: You can trigger the Delete Offline DB action before synchronisation to clean up unnecessary records before data is synchronised to the server.

Technical Risks

  • Data Loss: To prevent accidentally losing data that was deleted while offline, you can back up the data or make the deletion process require confirmation.
  • Data Synchronisation Errors: To prevent deletion operations performed while offline from causing incorrect data transfer during synchronisation, you can add data control mechanisms.

The Delete Offline DB action allows users to securely delete invalid or unnecessary data from the local database while offline. This action keeps the local database organised and focused on valid data. Especially in mobile applications, it prevents data loss during offline operations, enabling more efficient data management.