Releases/Spring 2020: Difference between revisions

Jump to navigation Jump to search
Line 129: Line 129:


To address the problems related to the upload order, it is now possible to specify a '''[[custom upload order]]'''. Custom upload order consists of commands (instructions) that are applied after the upload entities were sorted by the default algorithm. Particularly you can specify which entities are uploaded at the beginning and which entities are uploaded at the end of the upload process. Also, you can define the order of 2 or more entities (a sequence) and any number of statements of the type "Entity A should be uploaded before Entity B".
To address the problems related to the upload order, it is now possible to specify a '''[[custom upload order]]'''. Custom upload order consists of commands (instructions) that are applied after the upload entities were sorted by the default algorithm. Particularly you can specify which entities are uploaded at the beginning and which entities are uploaded at the end of the upload process. Also, you can define the order of 2 or more entities (a sequence) and any number of statements of the type "Entity A should be uploaded before Entity B".
<syntaxhighlight lang='xml'>
<SESetup Version='1'>
<SyncDownloaderSetup/>
<UploadOrder>
<Sequence>
<Entity>entity4</Entity>
<Entity>entity3</Entity>
<Entity>entity2</Entity>
<Entity>entity1</Entity>
</Sequence>
</UploadOrder>
</SESetup>
</syntaxhighlight>


=== Sync: User can cancel running synchronization ===
=== Sync: User can cancel running synchronization ===

Navigation menu