SOLVED

How to convert a lead into opportunity.

Go to solution
Anonymous
Not applicable
Hi,

I am trying to convert a lead into opportunity but getting error as -

"Validation error on Lead: Please select appropriate LDR who qualified the lead."

Please let me know the process to convert a lead into opportunity.

 
Tags (1)
1 ACCEPTED SOLUTION
Itay_Billet4
Level 8
I believe it is a validation rule you have in SFDC / other CRM. make sure that the "LDR" field is populated before converting the lead into an opportunity, or exclude the Marketo user in validation rules in SFDC, something like:
IsConverted && 
ISBLANK(LDR__c) && 
$Profile.Name <> "Marketo User"

You can read more about this here: https://community.marketo.com/MarketoArticle?id=kA050000000L55ACAS

View solution in original post

5 REPLIES 5
Anonymous
Not applicable
Thanks Itay,

I have tried with suggested steps and i have not get error in some leads.
But after fetching leads names by using condition as " Has oppurtunity = true", i have not get those converted lead names.
Itay_Billet4
Level 8

Sure, create a smart campaign. in the smart list add any criteria that you'd like (any custom fields that are populated).
in the Flow drag the "Convert Lead" flow action and specify the covnerted lead status. You can also add choices.
 

Anonymous
Not applicable
I Itay,

I have checked all LDR fields are populated.
Can you please share the steps to convert a lead in opportunity. I don’t have a salesforce account.
Can we create opportunity from Marketo.
Anonymous
Not applicable
.
Itay_Billet4
Level 8
I believe it is a validation rule you have in SFDC / other CRM. make sure that the "LDR" field is populated before converting the lead into an opportunity, or exclude the Marketo user in validation rules in SFDC, something like:
IsConverted && 
ISBLANK(LDR__c) && 
$Profile.Name <> "Marketo User"

You can read more about this here: https://community.marketo.com/MarketoArticle?id=kA050000000L55ACAS