Missing an autoincrement function

Hello, I am creating my first module for Axapta. I have the among others the following fields in one table: - registrationNo - name I would like to make registrationNo autoincrement, but I have searched for 3 hours but I cant find the property anywhere. Is it not possible in Axapta. Do I need to write some code to accomplish this task? I have looked in properties for table, field, form EDT but I dont see this option anywhere.

Hey there! Axapta is using Number Sequences for auto incrementing fields. You don’t need to do any programming in most cases but you do need to set it up. Look it up in the Developers Guide. Hope that helps! Best regards, Vlad.