Join the Power Platform Masterclass #2 starting April 23

Configuration: Difference between revisions

Jump to navigation Jump to search
Line 255: Line 255:
=== Sync Advanced (contact support before use!) ===
=== Sync Advanced (contact support before use!) ===


* '''Chronological Upload Order''': Sync uploads entity records in the order in which they were edited (created/modified) first time. (Default is order by last modification date.) Defines upload order of the records within the same entity; not the order of entities.
* '''Chronological Upload Order''': Sync uploads entity records in the order in which they were edited (created/modified) the first time. (The default order is by last modification date.) Defines upload order of the records within the same entity; not the order of entities.
* '''# Records / UploadRequest''': Max number of upload requests sent in one batch to the Server.
* '''# Records / UploadRequest''': Max number of upload requests sent in one batch to the server. (Displayed as "MaxExecMultiple" in the [[Log_files#Summary_section|sync log]].)
* '''Disable Sync Analyzer''': Analyzer is an optional module that detects tables for which it is faster to download full content instead of executing incremental sync. (May improve sync times if server has many changes.)
* '''Disable Sync Analyzer''': Analyzer is an optional module that detects tables for which it is faster to download full content instead of executing incremental sync. (May improve sync times if the server has many changes.)
* '''Use Linked Sync Filter''': Use linked sync filter in incremental sync. Defines ‘Project Default’ option for entity ‘Incremental Linked SyncFilter’ setting.
* '''Use Linked Sync Filter''': Use linked sync filter in incremental sync. Defines the ‘Project Default’ option for entity ‘Incremental Linked SyncFilter’ setting.
* '''# Emails / Download batch''': Max number of emails to download in one batch (20-500). Emails have separate limit (other entities use batch size 500) because they can carry large data.
* '''# Emails / Download batch''': Max number of emails to download in one batch (20-500). Emails have a separate limit (other entities use batch size 500) because they can carry large data.
* '''No Lock During Sync''': (Dynamics only) Server should take no lock during read. Prevents server deadlocks but can read uncommitted dirty data. In other words, there is a risk that the client downloads unconfirmed server records which might be rolled back in (short) future. The setting might help to avoid server database timeouts.
* '''No Lock During Sync''': (Dynamics only) Server should take no lock during read. Prevents server deadlocks but can read uncommitted dirty data. In other words, there is a risk that the client downloads unconfirmed server records which might be rolled back in (short) future. The setting might help to avoid server database timeouts.
* '''Send empty Picklist as Null''': (Dynamics only) Send empty picklist value as Null. (Default is ‘False’, i.e. empty value is sent as -1.)
* '''Send empty Picklist as Null''': (Dynamics only) Send empty picklist value as Null. (Default is ‘False’, i.e. empty value is sent as -1.)

Navigation menu