cancel
Showing results for 
Search instead for 
Did you mean: 

How to update data in SUP local database in offline mode?

Former Member
0 Kudos

Hi All,

I want to update the data into local database in offline mode.

I am doing following steps:

1. Setting input though PersonalizationParameters class

2. [sampleDB submitPendingOperations];

   

3. [sampleDB synchronize];

      

The issue that I am facing here is - Values are not getting updated into a local database but they are getting updated to SUP server.

Do anyone know solution for this?

Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

_IvanFemia_
Active Contributor
0 Kudos

Hi,

What is your current synchronization group setting?

Which operation are you executing (Create/Delete/...)?

Which version of SUP are you running?

Regards,

Ivan

Former Member
0 Kudos

Hi Ivan,

I am trying to update the database by using save method of entity.

And I am using SUP Version 2.0.1

Thanks!