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
sarvesh001sarvesh001 

Opportunity record type selection when converting Lead

Hi ,

I want to convert Lead to opportunity , recordtype should be assign   based on Lead recordtype.
i have two record types for lead and Opportunity, Based on Lead record type i want to convert Lead to opportunity of  Same name of record typt.

can any one help me out for this......


Regards,
sarevsh.
Best Answer chosen by sarvesh001
rohitsfdcrohitsfdc
yes you can.

Create a formula field on lead. get the record type name there. and move this field to another custom field in opportunity. And then based on the value of this, update record type in opportunity

All Answers

rohitsfdcrohitsfdc
By default, current user's default record type get assigned to opportunity. You need to create a workflow rule to update the record type of newly created opportunity.


sarvesh001sarvesh001
Hi rohit,

In workflow rule we can update opportunity record type by using field update , But how to identify the Lead Record type, based on lead record type we have to updatte opp record type.


Thanks,
Sarvesh.
rohitsfdcrohitsfdc
yes you can.

Create a formula field on lead. get the record type name there. and move this field to another custom field in opportunity. And then based on the value of this, update record type in opportunity
This was selected as the best answer
sarvesh001sarvesh001
Hi rohit,
Thats ok fine i have done in this way previouly.   Is there any option for this....


Thanks,
Sarvesh.