I have an attribute of an entity where its datatype is AutoNumber that increment by 1. The attribute holds the primary key identifier (QUAL_ID). There’s already an existing data for the application and I am migrating this to Mendix. The problem now is that since Mendix is auto generating the number for my QUAL_ID and those ID it is generating is already in the entity. Is there a way to change the last number of the AutoNumber the same as when using an Oracle Sequence?
asked
Rommel Oli
2 answers
0
Hi Rommel,
When you create the AutoNumber you can set a Default value. The Autonumber will start counting from this value.
Hope this helps