Re NTUG-93 Alejandro had an issue with the disconnected desktop
I have compiled the Capesoft example with 9.06 and it still has the bug, if you delete the servers data and do a sync it is not inserting or updating
The bug
in PrimeParameters routine using JSON the SyncCloud_Action is set to 'insert' but the lines below
If json.GetPropertyValue('SyncCloud_Action',1) <> ''
SyncCloud_Action = json.GetPropertyValue('SyncCloud_Action',1) !!! sets it back to 'sync'
--------------
then AutoService:SyncCloud is called where sync is not part of the case statement. ie no insert