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
JeetsSFDCJeetsSFDC 

Lead conversion Error

Hi,

 

When i am trying to covert lead facing this kind of error,please resolve it...

 

Error: System.DmlException: Insert failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, Required fields are missing: [Mobile, Email]: [Mobile, Email] (System Code)

Best Answer chosen by Admin (Salesforce Developers) 
Dhaval PanchalDhaval Panchal
check fields (Mobile and Email) in contact/opportunity/account. Might be these are required field in any of these object. So you must give values to these fields or you can remove required field temporary to check.

All Answers

Satish_SFDCSatish_SFDC
Are there any triggers on Contact or Opportunity Objects?
Or are you programmatically converting the leads using the convertLead() method?

Regards,
Satish Kumar
Dhaval PanchalDhaval Panchal
check fields (Mobile and Email) in contact/opportunity/account. Might be these are required field in any of these object. So you must give values to these fields or you can remove required field temporary to check.
This was selected as the best answer