We have created a new Facility, assigning new employee IDs to existing employees we have moved over from another Facility. Most of the employee data has been imported from tables but there are a few remaining details such as the licenses that need to be input. When attempting to do so the following error populates:
"A Save operation on table 'CLM_License_MSTR' has created a duplicate key"
In looking at that table the license number is there but only under the "old" employee ID. How might we successfully save under the new employee/Facility? Is it an issue because the "old" employee ID is still active?