By integrating Offline Database actions into the applications you develop on the Kuika platform, you can make the user experience sustainable even without an internet connection.
With these actions, you can:
Offline Database actions only cover client-side (device-side) operations. Server-side operations and business rules cannot be executed while the user is offline. Therefore, operations performed in offline mode are transferred to the server when the connection is restored, and only then does the server logic come into play.
Example Scenario:
A field worker can enter data into forms without an internet connection. When the connection is restored, this data is automatically transferred to the server and server-side operations (such as validation or workflow triggering) are performed at that moment.
Offline Database Actions in Kuika
With the Offline Database system actions in the Kuika platform, you can perform the following operations:
These actions ensure that database operations are performed correctly and efficiently even when offline, allowing users to use your application without an internet connection.