Hi all,
my use case is about inventory and is defined like this:
1. download inventory document to client(= syncbo type S01)
2. lock inventory document in backend system
2.a) modify header field in syncbo
2.b) start synchronisation with SyncManager (with SyncBoOutDeltaSendType.SEND_DIRECT)
3. load inventory document again for counting
4. counting and entering data for all items of the inventory document with modify item field
5. synchronize again to post counting results to the backend system
PROBLEM DESCRIPTION:
After the first synchronization (2.b) the access to the syncbos is lost in the client until the application is restarted. The error occurs at the line
SyncBoDescriptor sbd = descriptorFacade.getSyncBoDescriptor(syncBoName);
Although the descriptorFacade is correctly instantiated, the sbd returned is null and of course access to the syncbos is lost.
What needs to be done to be able to access the syncbos after synchronization.
Thanks for help,
Matthias