You need to sign in to do that
Don't have an account?

Why would Lead records have IsConverted true but no Converted Account, Contact, or Opportunity IDs
How can there be records in the Leads table that have the field IsConverted = true but there is no value in ConvertedAccountID, or ConvertedContactID, or ConvertedOpportunityID fields? I have many records that have this scenario.
If you are using apex code to convert the lead means then you need to set the accountId to convertedAccountId. Use the sample code for your reference.
Let me know if you need any help regarding this.
Thanks,
Vijay