cancel
Showing results for 
Search instead for 
Did you mean: 

Mobile 7.1 generic sync smart sync

Former Member
0 Kudos

Hi All

We have two application in SAP Mobile 7.1 client. One application uses generic sync and the other user smart sync.

Whenever we sync application with generic sync, it is also performing smart sync. How to avoid this process in Mobile 7.1?

Note: we already have set synconlygeneric sync application to true.

Thanks

Sai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sai,

You can call com.sap.ip.me.api.sync.SyncManager.synchronizeWithBackend(false) to do a generic sync only with the backend.The parameter should also be set to true.

Best Regards,

Amit

Former Member
0 Kudos

Thanks Amit.

Answers (0)