Skip to Content
0
Oct 19, 2016 at 07:13 AM

Unable to get Latest value after flush in Kapsel Offline oData SAP UI5 Application

248 Views Last edit Oct 19, 2016 at 07:25 AM 2 rev

Hi,

I am trying to implement Offline functionality SAP UI5 application with the help of Kapsel oData plugin. I can able to store the data in offline and able to flush local data.

But my problem is. if I update the value multiple times in offline mode it is updating fine and I can able to see the latest value. When I flush the data to the backend, the value which I submitted initially got saved. Actually the latest value which I submitted should reflect.

To update the record I am using the PUT method and oData.request().


When I checked in the backend I got to multiple requests, but initial value got saved.

Can any help me to fix this issue.

Thanks.