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
nilannilan 

Please help – Leads upload to Salesforce

We have lead details in a mysql db and we need to upload them in to Salesforce regularly.

The problem we are facing is that we have professional edition of Salesforce account which doesn’t have the SOAP API access.

 

Can we use apex code to connect to our db and pull leads to Salesforce?

I greatly appreciate your advice

 

Thanks



Message Edited by nilan on 04-20-2008 09:08 PM
JohanLiljegrenJohanLiljegren
The thing that comes to mind is building a solution that utilizes web-to-lead, i.e. doing a POST much like a web-to-lead form would do, with the data from your mysql database.
Totally untested, just thought I would show you a possible thing to look at.

Cheers!
//Johan
IrfanIrfan
Hello, my name is IRFAN.
 
I have made a new S-Control for the list of tasks, I want my tasks to open the link of Task detail which i will be able to edit later on. Does anyone know how to open task control within my own S-Control.  for example i want to open the task detail, i click on a task in my list, it opens the task detail page.