
How do I see the list of leads not imported?
Also how do I determine why they were not imported?
1 risposta
Import wizard does not have capability of error report.
Apex Data loader would suffice your requirement.
Now, you have some leads created, to find out leads not imported is a 2 step process.
1.Export all leads created today with createdby as your userid
2.Compare leads export file with your load file.
Difference should be your 3435 records.
3.Try using Apex data loader for the leads load .
if there is any error, error file will have an error message with comments.