Hello, Suppose I have a managed collection and I want to reorder its items (say via Drag and Drop, on a TileList). I want the FDS to save this new item order to the persistance layer (database). On the LCDS side how to get the changes done as a result of rearranging the items done by the user?
I noticed my data service destination's "sync" method gets invoked by the framework, but it only contains what items to "delete" and what to "create", and nothing about the new item position in the list. I am using the Java adapter on the LCDS side. Please help. Thanks Robert

