I think I discovered that the records last modified by a given device ID will not pull from the server to the client if the device ID is the same (my goal here is to push out the FM client file (ie: SyncTest-Client.fmp12) to the FM Go clients with a small file, rather than one that contains all of the records, then if they need to access previous records, they can initiate a sync process to pull down all records -- or is this a bad practice?).
I attempted to get around this by making slight modifications to each record using a different client, then attempted to sync on the main client but I got a 507 error. (An error occurred when attempting to commit the data in the pulled payload.)
Thoughts?
-EP