cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Define request order of initial sync

JonasX
Explorer
0 Likes
246

Is it possible to change the order of the request of the initial sync?

In my InitializeOffline.action and DownloadOffline.action the order of the requests are the same.
During a normal sync the MDK is sending the request in the order as defined in InitializeOffline and DownloadOffline action. But at the initial download (e.g. after reinstalling the app) the requests are sent in alphabetical order. Due to the fact that my backend expects the request in a certain order, this is currently causing me some problems.

MDK 24.7. tested on iOS

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert

In Mobile Services under Offline Access you can edit the configuration for your backend destination and one of the options you can specify is the download order for defining requests.

JonasX
Explorer
0 Likes

Thank you for your reply.

I set the options "download_in_order" and "refresh_in_order" to true:

JonasX_0-1741618342889.png

But nothing changed. The initial requests are still in alphabetical order. Do you have any further idea?