on 2021 Jul 15 7:51 AM
Hello everyone,
it is possible to reset changes of an OData OfflineStore Entity while working with the Mobile Development Kit?
For example, there is a OData OfflineStore Entity called "Order" and there are changes of this entity. Now the editor of the entity will reset the changes of the entity "Order" before synchronizing the OData OfflineStore. Is there a Mobile Development Kit OData Action type or API functionality to archieve this?
Maybe you can help me.
Thanks!
thomasschilling
Do you want to undo the local changes done against "Order" entity?
If so, you can use Offline OData UndoPendingChanges action
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jitendra,
this is the proper Action I was searching for.
Is there also a functionality to retrieve all entities with pending changes?
For example there is a functionality which retrieves the following Offline OData entities with pending changes (UPDATE, CREATE, DELETE):
With this list of entities I will process for each entity the Action UndoPendingChanges.
Thank you!
User | Count |
---|---|
62 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.