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
PERFECTIONISTPERFECTIONIST 

Convert Leads into Opportunity with selecting SubmitOpportunity Button

Hello All,

 

Good Time,

 

I have created custom page where i should retrive all the Leads and Contacts, Accounts which similar to universearch but my request is to convert Leads into Opportunity after clicking the Submit Opportunity custom button(created a Custom button in the left navigation in the same page)

 

could you please suggest me how do i need to procced to implement this functionality.

 

Thanks in advance,

 

Sathish 

 

 

 

 

Ashish_SFDCAshish_SFDC

Hi Satish, 

 

You can create a Visualforce page with the SOSL function which gives you the list of result records. 

 

Then use the check Box function and Process the selected records. 

 

You have to use the Wrapper Class for the check box functionality. 

 

Hope this helps. 

 

Regards,

Ashish