AutoNumber in Native Mobile App

0
I have an ID attribute in the domain model of my native app. I couldn't use that field in dataview. What alternatives can be used instead of that?  
asked
1 answers
0

You could add a new attribute of type integer or string and fill it with the value of the autonumber. Mind that autonumbers can only be created on the server, and not on a mobile device.

answered