Sync Filter: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 34: Line 34:


Incremental linked sync filter, available for Dynamics CRM, ensures that linked filters on entities are checked during incremental synchronization. Without enabling it, the only initial filter for downloading records from server is the one checking whether the entity records were changed since last synchronization.
Incremental linked sync filter, available for Dynamics CRM, ensures that linked filters on entities are checked during incremental synchronization. Without enabling it, the only initial filter for downloading records from server is the one checking whether the entity records were changed since last synchronization.
This feature can be enabled per entity; see [[App_projects#Managing_entities|Managing entities]] for instructions.


The use case for this filter is best shown on an example:
The use case for this filter is best shown on an example:
Line 39: Line 41:
* As a result, the changed account record is downloaded (based on the incremental synchronization definition from previous section).
* As a result, the changed account record is downloaded (based on the incremental synchronization definition from previous section).
* But what if the account has associated records, which are not downloaded as they were not changed on the CRM?
* But what if the account has associated records, which are not downloaded as they were not changed on the CRM?
The following section explains it.


Incremental linked sync filter in practice:
Incremental linked sync filter in practice:

Navigation menu