Control ordering of SYNC transactions
-
22 мая 2012 г. 11:06
In another post I have been kindly illuminated as to how we control the order in which entities/tables are sync'd, i.e. by the order in which we provision the database:
What I was wondering was do we have the ability to also control the order in which transation types are processed, i.e. can we also control if inserts are processed before updates for example.
Все ответы
-
23 мая 2012 г. 1:51Модератор
afaik, you can't. if you're using toolkit, you might be able to do something about it on the client side since you have the full code to it. on the server side, it will use the built-in provider to apply the changes.
- Помечено в качестве ответа xcfrt 24 мая 2012 г. 9:16
-
24 мая 2012 г. 9:16Ok thanks Again June much apporeciated:-)