Hi,
I have tested my SyncBo and got into trouble with synchronization.
The problem is that if I start synchronization from the program like this:
<b>SyncManager sm = SyncManager.getInstance();
sm.synchronizeWithBackend();</b>
my SyncBO is not found (NullPointerException) and I cant modify it.
But if I start my program, modify all data and start synchronisation AFTER it that works fine.
Any ideas how I can solve this problem?
Best Regards
Marita