Sync Menu

What would you like to see in CSPro?
Forum rules
New release: CSPro 8.0
Post Reply
sah
Posts: 97
Joined: May 28th, 2015, 3:16 pm

Sync Menu

Post by sah »

Dear Team,
Is it feasible to have a summary information about tablets/netbooks that data has been sync with when using the sync on the data viewer tool as you have finish sync.

Thanks
Sah
jfigueroa
Posts: 100
Joined: August 28th, 2014, 12:46 pm

Re: Sync Menu

Post by jfigueroa »

Dear sah,

What I have done, is that on survey dictionary, I have a field that is called Device ID.
That Device ID is filled with information read from an external file where I associate the Android Device ID that gets from using the "getdeviceid()" function.
Example:

Code: Select all

getdeviceid()     Device ID
ID123asdfdsj         SD1
IDfsafsa1320         SD2
...
That is kind structure of my ID Dictionary from wich I fill my Device ID field.
So that way I know wich survey in fact comes from what specific device.
Also that way I know wich devices have been sync already, and wich not, or wich are in use, and so on.

Hope my idea helps you in some way.
Regards.
sah
Posts: 97
Joined: May 28th, 2015, 3:16 pm

Re: Sync Menu

Post by sah »

Thanks for the information, i normally use the interviewer code to indicate.
Post Reply