Issue: Lead import is failing for specific leads at the time of import and the Message comes as a Unique constraint error from the Prospect Base table.
Resolution: If an account has 2 unique fields, Email and Phone. And while importing both fields are imported as a record under the same row.
Example: Lead1 has Phone P1 and Email E1. But on LeadSquared there are 2 different leads, one with Phone P1 and Email E1.
Now, whichever Search key you will use while import, for example we select Phone, the system will search the account with lead that has phone number and will try to update the email ID of that lead.
Since a other lead with the email E1 already exists in the account, the import will fail with the unique constaint error.
