This is a discussion on Please help within the Salesforce Coding Discussions forums, part of the Salesforce category; We have lead details in a mysql db and we need to
-
Please help
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.
Is there any alternative way to bulk upload lead details to Salesforce without using SOAP API?
Thanks
-
The only thing that I can think of is this:
- Login to your instance of salesforce
- Then go to Setup
- Then go to Administration Setup
- Then go to Data Management
From there see if there is a link to Import leads ( will need to be a .csv file)
Other than that that I am aware of, there is no other way
-
Thank you very much for your quick response
Need another advice from you, sorry for disturbing
Do you think that we can use apex code to connect to our db and pull leads to Salesforce? Because we need to automate this process as much as possible.
Thanks
-
not that I know of Nilan. I believe that the APEX code still uses the API to connect to salesforce. Honestly I believe that your hands are tied
BUT
I maybe wrong, I just do not know that much about the professional addition of Salesforce, but I think that I am right
~Mike
-
Thank you very much for your advice. I will do some R&D regarding this with little hope
-
I am sorry that could not be more help. I can see your frustration and I am sorry that salesforce does not allow the use of the API in their professional edition.
Please do not hesitate to ask more questions here. also please do share your experiences if you would so!
-
Thanks for your consideration regarding this issue
Currently I am trying to solve this using web to lead method. I think that we can query leads from our db and post them to Salesforce using PHP functions for posting data.
-
Nilan as long as you do not have the professional version of Salesforce (no API) then you can and will be able to load you leads, either updates or inserts to your organization/instance of SForce without a problem.
As I have stated in the past, all of my company's update, insert, delete, and upsert processes run are processed by php. Not one has ever failed
Hope that helps
~Mike
-
Use web to lead
Nilan:
You can definitely use Web to lead. I wrote some code that captures a web to lead record, does a spam check and then uses cURL to post that data to web to lead. It's all in PHP. You only care about the posting to web to lead part.
See it at arrowpointe - Google Code
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks