Hi, I have a HR data base where we enter new joiners and when we create them we assign them a unique ID (matricule) that is incremental and used as Key.
When someone creates a new person, if the number is already used the following error message shows:
However, it happened that new profiles overwrote already existing profile, a profile was created with the number 2160 (let’s say named Joe) but later a different profile was created (for let’s say Jane) who already had this number assigned which had as consequence to erase the previous profile with the assigned matricule.
Would you know why this happened ? And how to make sure it doesn’t happen again ?
