Creatio development guide
PDF
This documentation is valid for Creatio version 7.16.0. We recommend using the newest version of Creatio documentation.

Batch mode export

Glossary Item Box

By default, the mobile application sends the changes made by the users to the server one at a time, i.e. every adjustment results in at least one server request. A large number of changes may lead to a significant amount of time for processing them.

Starting with version 7.9, it is possible to send data in batch mode, and significantly speed up the process of sending data to the server.

To enable the batch mode, set the UseBatchExport property to true in the SyncOptions section of the mobile application manifest. As a result, all user changes will be grouped into several batch requests according to the operation type. Possible operation types - insert, update and delete.

© Creatio 2002-2020.

Did you find this information useful?

How can we improve it?