i want to create the identity S.no for my table like in sql
create table tab_name (S.no int identity(1,1)) likewise i want to do in ax how can i achieve this
i want to create the identity S.no for my table like in sql
create table tab_name (S.no int identity(1,1)) likewise i want to do in ax how can i achieve this
Hello,
You can use number sequence functionality in AX. More details on number sequence could be found in this forum.