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
Mohit_BansalMohit_Bansal 

Please help:::::Automate LeadConvert Process

Hi

 

I am using Salesforce Professional Edition, in which it doesn't allow to write Apex Classes and Triggers.

 

My requirement is to Automate LeadConvert Process, Below is the flow of requirement.

 

1. User enter some information on Web-to-Lead form, and on Submit, it will create Lead in salesforce.

2. As a new Lead is created in salesforce, it should get automatically converted in to Account, Contact and opportunity.

 

As in Salesforce professional edition, it doesn't allow to write an Trigger or Apex code, so cannot automate it by writing apex code or trigger on lead.

 

So can anyone help me out in this, as i need to automate this lead conversion process, whenever any user submits a record through web-to-Lead?

 

 

Thanks

 

Regards

Mohit Bansal

TrimbleAgTrimbleAg

Sorry, pretty sure that you would need to upgrade to be able to utilize Apex triggers.

 

PB

Prafull G.Prafull G.

Professional Edition doesn't support API bydefault.

You can ask salesforce to add API support in your org. I believe there is additional fee for this.