I have a table in Common Data Services (a non-default entity/table) where the primary name column is an autonumber. Recently whenever a new record is entered, it has started repeating numbers already present in the column.
Obviously this is causing problems for the database.
Should an autonumber column be able to repeat numbers already in that column?
What can I do either to troubleshoot, or to fix this?