cancel
Showing results for 
Search instead for 
Did you mean: 

Kapsel Offline store refresh using Delta in UI5 appplication

former_member337066
Participant
0 Kudos

Hello Experts,

We are working on UI5 application. We are using SMP 3.0 SP10 and kapsel plugin for offline storage.

We want to implement delta sync in our application so whenever user sync it will download only delta from backend.

We are using below code for refresh

appOfflineStore.store.refresh();

This will refresh all the offline entities from backend. But right now it reading all the data from backend and again downloading all entries for all entities.

We already implemented the delta in backend as well as at UI side.

So how we can get only delta at the time of refresh.

Regards,

Ashish

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

daniel.vanleeuwen can you please help on this issue?

Former Member
0 Kudos

Hi All,

We also facing same kind of issue. Did you get the error resolved?

Former Member
0 Kudos

Hi Ashish

You got any solution, if yes please share it here.

Regards,

Ragavie

0 Kudos

Hi aashish,

i'm facing the same problem, please let us know if you got any solution. thanks

former_member337066
Participant
0 Kudos

midhun.vp

jitendrakumar.kansal

carlos.roggan

Hi Experts,

Any update for fixing this issue.

Regards,

Ashish

ginwene_rueda
Participant
0 Kudos

Hi Ashish,

Just want to ask if there any update on this?

We are also planning to use offline store, but since we don't have delta capabilities in our back-end, we are thinking if we can still apply this.

As you mentioned, the offline store, refreshes every entity or a subset entity, and not a part of it (delta).

I'm not pertaining to the subset, but only on the delta.

Thanks,

Gin