Synchronization steps: Difference between revisions

Jump to navigation Jump to search
Line 213: Line 213:
== Incremental and full synchronization ==
== Incremental and full synchronization ==


Full synchronization fetches all records that match the synchronization filter (SyncFilter).
'''Full synchronization''' fetches all records that match the [[Sync Filter]].


Incremental synchronization fetch all records changed since the last synchronization. Additionally, it performs a cleanup: Deletion of records that do not match SyncFilter.
'''Incremental synchronization''' fetches all records changed since the last synchronization. Additionally, it performs a cleanup: records that do not match Sync Filter are deleted.
 
For more information about the differences between full and incremental sync, see [[Synchronization#Types_of_synchronization|Types of synchronization]]. For information about how to force full sync for an entity, see [[App_projects#Managing_entities|Managing entities]].


=== Example: Why is this needed? ===
=== Example: Why is this needed? ===

Navigation menu