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.