Configuration: Difference between revisions

Jump to navigation Jump to search
Line 224: Line 224:
=== Sync Data ===
=== Sync Data ===


* '''Sync Email as Text''': Strips HTML from CRM emails during sync. Database space optimization.
* '''Sync Email as Text''': Strips all HTML formatting from CRM emails during sync. This setting has no effect on Gmail or Exchange mails. The primary motivation for enabling this setting is database space optimization.
 
* '''Max Sync Records''': Maximum number of records per entity to download. This is a hard limit that violates data integrity. (More restrictive sync filter is a better way to reduce app data.) We recommend setting this parameter to a value that exceeds the maximum count of records in your largest entity.
* '''Max Sync Records''': Maximum number of records per entity to download. This is a hard limit that violates data integrity. (More restrictive sync filter is a better way to reduce app data.) We recommend setting this parameter to a value that exceeds the maximum count of records in your largest entity.
: This setting also applies to intersect (NN) entities, however, the limit is multiplied by 5. If some NN records are missing on the client, the consequence is that some records that are related on the server will be unrelated on the client.
: This setting also applies to intersect (NN) entities, however, the limit is multiplied by 5. If some NN records are missing on the client, the consequence is that some records that are related on the server will be unrelated on the client.


* '''Max Attachment Size''': Max size of an attachment (documents, notes, email attachments) in bytes to be downloaded during sync. Larger attachments can be downloaded on user request.
* '''Max Attachment Size''': Max size of an attachment (documents, notes, email attachments) in bytes to be downloaded during sync. Larger attachments can be downloaded on user request.
* '''Sync Shared Records''': (Dynamics only) Sync shared records. (Shared records are always downloaded during a full sync. Incremental sync updates shared records only when this setting is ON.)
* '''Sync Shared Records''': (Dynamics only) Sync shared records. (Shared records are always downloaded during a full sync. Incremental sync updates shared records only when this setting is ON.)
* '''Sync Azure Attachments''': (Dynamics only) Use a special method to download note attachments stored in Azure blob storage. (Requires Azure blob store plugin from Jenkins.)
* '''Sync Azure Attachments''': (Dynamics only) Use a special method to download note attachments stored in Azure blob storage. (Requires Azure blob store plugin from Jenkins.)
* '''Field Level Permissions''': (Dynamics only) If True, field-level permissions set in Dynamics CRM are respected also in the mobile app.
* '''Field Level Permissions''': (Dynamics only) If True, field-level permissions set in Dynamics CRM are respected also in the mobile app.


Navigation menu