The "autoDownload": true
option allows you to automatically trigger data download of a view when it is opened in TimeTonic.
This is useful to ensure that reference data is properly loaded on the mobile app, especially in field environments or contexts where the connection may be unstable.
Add this line in your view's JSON editor:
"autoDownload": true
➜ data is automatically loaded each time the view is opened."autoDownload": false
➜ no automatic action is taken (data must be refreshed manually by the user).
📱 User-side result
- The user does not need to click “Update”.
- Ideal for field teams, service forms, or any mobile use requiring constantly refreshed data.