Hello,
I am working with a Offline application using Kapsel Odata plugin. Currently we have the version 1.1 of our app but the next version 1.2 will include changes in the schema model of the database. Concretely I am adding two boolean fields in our API.
With a clean installation of the newest version of our application works correctly, but when I update from the 1.1 to the 1.2 it is not working and the values are not added or updated.
Why is not updating correctly the schema and values?
I have seen this link: Offline OData Refreshes and Updates - Application Development in SAP Mobile Platform - SAP Library reading the area of Schema upgrades, is it necessary to send anything from the Odata producer to the front-end to detect changes in the schema?
Thank you for your help.
Óscar
Hi Oscar,
You cannot update the offline store schema once its made at initial. Even if you want to add another Entity Set after its downloaded its not possible. A new version of app with a new or changed schema will require you to create a new offline store.
Hope this helps,
thanks,
Rakshit Doshi
Add a comment