10,730
edits
Line 314: | Line 314: | ||
;Background sync | ;Background sync | ||
:When enabled, the synchronization window is not displayed when sync your app. The app performs synchronization in the background; you can continue using your app even while it synchronizes with your CRM server. | |||
;Max attachment size | |||
:Specify the maximum size (in Bytes) of files and attachments that are downloaded to your app during synchronization. Larger attachments can still be downloaded on demand, but they are unavailable when offline. | |||
;Download multiple attachments | |||
:Traditionally, attachments are downloaded sequentially, one by one. Optionally, you can [[Synchronization_steps#Download_multiple_attachments_in_one_batch|download multiple attachments in one batch]]. | |||
;Max sync records per entity | |||
:Set the maximum number of records that are synchronized for each menu item (entity). | |||
:If you don’t see all your contacts, accounts, orders, etc. you need to increase this number. For instance: If you have 12.000 contacts and this value is set to 10.000, 2.000 contacts will be missing in your app. In general, using this parameter is discouraged. We recommend using [[Sync Filter]] to control which records are available offline. | |||
;Diagnostic sync log | |||
:Troubleshooting setting. Enable if you need more detailed information written to the sync log. | |||
;Max image size | |||
:Limit the resolution of images: Default / 640 x 480 / 1024 x 768 / 1600 x 1200 / 2048 x 1536 / 2592 x 1936 | |||
;Save captured images to gallery | |||
:Whenever you take a photo in the app, it is also saved to the platform-specific gallery/photos folder. | |||
;Record quality | |||
:The recording quality for audio or video taken in the app. This setting affects the size of the recording. Recording quality depends on the platform and the specific device. For example, these are the settings for the Windows Store version of the app: | |||
:: Video Capture | |||
::* LowDefinition = The user can select resolutions up to low definition resolutions. | |||
::* StandardDefinition = The user can select resolutions up to standard definition resolutions. | |||
::* HighestAvailable = The user can select any resolution. | |||
:: Audio Capture | |||
::* High = Stereo, professional audio sampling rate (48 kHz), 192 kilobits per second (kbps) data transfer rate. | |||
::* Medium = Stereo, CD-quality sampling rate (44.1 kHz), 128 kilobits per second (kbps) data transfer rate. | |||
::* Low = Mono, CD-quality sampling rate (44.1 kHz), 96 kilobits per second (kbps) data transfer rate. | |||
: Android app ignores these settings. Windows Desktop app doesn't support audio/video capture. | |||
=== Advanced === | |||