Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10022

Re: SUP - Android : Delete single table from device DB and resync

$
0
0

For your requirement I would suggest you to do this,

Keep the MBO you need to get the updated data in a separate Sync group say "Dynamic". Once you update data to SAP you can update a particular MBO values by calling a sync to only this newly created Sync group. Hence the old data in the MBO will be overwrited and you will get the fresh data.

 

ex:

CocoaGhanaDB.synchronize("Dynamic");

 

- Midhun VP


Viewing all articles
Browse latest Browse all 10022

Trending Articles