Usage Scenario: Offline Data Synchronisation

  • Scenario 1: Field Worker Updates Customer Information While Offline
    • While offline, a field worker updates customer information.
    • When the internet connection is restored, the Push Offline DB To Server action is triggered and the customer information in the local database is sent to the server.
    • As a result, the worker synchronises all changes made while offline to the central database when the connection is restored, without losing any data.
  • Scenario 2: Offline Order Update
    • A user creates an order without an internet connection.
    • When the user reconnects, the order information is synchronised with the server using the Push Offline DB To Server action.
    • As a result, the user transfers the changes made while offline to the server without losing them, and the system is updated.