+ Reply to Thread
Results 1 to 9 of 9
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
  1. #1
    nilan is offline Junior Member
    Join Date
    Feb 2008
    Posts
    10

    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

  2. #2
    mike's Avatar
    mike is offline Administrator
    Join Date
    May 2007
    Location
    Wylie, Texas
    Posts
    607
    Blog Entries
    16
    The only thing that I can think of is this:

    1. Login to your instance of salesforce
    2. Then go to Setup
    3. Then go to Administration Setup
    4. 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

  3. #3
    nilan is offline Junior Member
    Join Date
    Feb 2008
    Posts
    10
    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

  4. #4
    mike's Avatar
    mike is offline Administrator
    Join Date
    May 2007
    Location
    Wylie, Texas
    Posts
    607
    Blog Entries
    16
    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

  5. #5
    nilan is offline Junior Member
    Join Date
    Feb 2008
    Posts
    10
    Thank you very much for your advice. I will do some R&D regarding this with little hope

  6. #6
    mike's Avatar
    mike is offline Administrator
    Join Date
    May 2007
    Location
    Wylie, Texas
    Posts
    607
    Blog Entries
    16
    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!

  7. #7
    nilan is offline Junior Member
    Join Date
    Feb 2008
    Posts
    10
    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.

  8. #8
    mike's Avatar
    mike is offline Administrator
    Join Date
    May 2007
    Location
    Wylie, Texas
    Posts
    607
    Blog Entries
    16
    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

  9. #9
    Unregistered Guest

    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

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO by vBSEO 3.5.2