For example, you could get on 2 february 2009 this ID: 9033012. This would be the twelveth data record of the day.ABBBCCC A = last digit of year BBB = day number of the year CCC = sequence number
More digits
Sometimes, the application would generate more than 1000 data records on a day and run out of numbers. In that case the application just add digits to get something like this:Example: 9003123456ABBBCCCDDD A = last digit of year BBB = day number of the year CCCDDD = sequence number with additional digits
Perhaps you can sense some trouble here...