To support offline storage, Simplifier builds the applications regarding the “Offline First” principle. We support every feature from the SQLite set, even transactions in offline mode.
Offline Mode Sequence Diagram
Step 1
Create a SQL Connector with the type SQLite following this documentation.
Step 2
Create a new database schema if the database is empty with DB Designer.
Step 3
Create SQL Connector Calls for your Connector and test them. (Read more)
Step 4
Use your SQL Connector as a Data Object within Process Designer. (Read more)
Step 5
Switch the SQL Connector to offline mode in your Application settings.
Choose your configured SQL Connector that should work offline.
Please note: At this stage, filtering of results of offline connectors via the filter icon on the shape in the Process Designer is not possible.