configure_offline_sync
Configure the tables and records that should be accessible offline on mobile devices, with optional filter query and record limit.
Instructions
Configure which tables/records are available offline in mobile. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Filter query for sync scope | |
| table | Yes | Table to sync offline | |
| max_records | No | Max offline records (default 500) |