Join the Power Platform Masterclass #2 starting April 23

Configuration: Difference between revisions

Jump to navigation Jump to search
Line 225: Line 225:


* '''Sync Email as Text''': Strips HTML from CRM emails during sync. Database space optimization.
* '''Sync Email as Text''': Strips HTML from CRM emails during sync. Database space optimization.
* '''Max Sync Records''': Max 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.)
* '''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.
 
* '''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 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 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.


=== Sync Errors ===
=== Sync Errors ===

Navigation menu