Page 1 of 1

Changing maximum number of occurences

Posted: November 6th, 2018, 12:02 pm
by Don
I would like to increase the number of max occurrences of a record in my data dictionary from 10 to 40. However, after deploying to android, I am only able to enter a maximum of 10 records. I can enter 40 records on windows but the change isn't being picked up on android. Is there any way to accomplish this on android without losing any existing data?

Re: Changing maximum number of occurences

Posted: November 6th, 2018, 2:47 pm
by aaronw
I wasn't able to reproduce your issue when deploying to Android. Make sure you rebuilt the PEN when deploying. As a general rule you can safely increase the number of records, but it is not safe to decrease them after collecting data.

Re: Changing maximum number of occurences

Posted: November 7th, 2018, 10:04 am
by Don
After paying closer attention to the error message, I realize that an ID number that I used to keep track of the number of records was still limited to 10. Once I increased that to 40 it worked fine.