function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RajeevKumarRajeevKumar 

Lead Convert Problem

I am writing lead upload program in C# by using partner API. I am able to upload all the fields. But
my problem is when we are try to convert this lead(into opportunity) its not automatically populating Account Name and Opportunity Name fields. How to achieve this.
Please help.

Thanks,
Rajeev
AishAish
Make sure you aren't confusing between the Lead Name field and Lead Company field on the lead. It is the Company field that gets carried over to name the Account Name and Opportunity Name automatically.
RajeevKumarRajeevKumar
Aish
Thanks for reply. I fixed this problem. But I can say one thing you r the best.

Thanks.