Sync Filter examples: Difference between revisions

Jump to navigation Jump to search
Line 27: Line 27:
</fetch></syntaxhighlight>
</fetch></syntaxhighlight>


== Exclude entity from download ==
== Exclude entity from download (stop filter) ==


Use a non-sensical condition (primary key = null) to exclude an entity from download.
Use a non-sensical condition (primary key = null) to exclude an entity from download. This filter cannot be fulfilled by any record and the sync downloader does not even send any query to the server.


<syntaxhighlight lang="xml><fetch>
<syntaxhighlight lang="xml><fetch>

Navigation menu