I thought I had my ducks in a row when I created the three tables to form a N:N relationship within Common Data Services.
Table A and Table C both used Autonumbers for the Primary Column (given that when creating the N:N relationship, these needed to be auto-created as well as unique).
Table B (the intermediary table) also used autonumbers for the Primary Column (this also needed to be auto-created)
Am I doing it the best way?
The reason I ask is because I recently found out (to my horror) that the counter on the autonumbers had regressed after migrating the environment manually (I used the data import function in Dynamics), and the autonumbers were handing out duplicates of numbers previously found in the system.
Thanks!