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
NicolasNicolas 

New to Apex API, Creating leads

Hi all,

I'm just starting with Apex API, so far i used php nusoap to created leads and tasks to my dev account on Sforce.

A client just asked me to create leads in his own salesforce, the problem is that i must do this without login in with his account informations. If it is possible, how can it be done (OwnerId maybe) ?

Best regards,
Nicolas.
tocktock

Hello,

   As far as I'm aware you have to log in to view and write etc. to a salesforce account. If your client sets you up as an administrator on his account you will then be able to add leads to his account with your log on. 

NicolasNicolas
Thanks, so it's not even possible to  add leads into an salesforce account wich i do not have a login + password ?

What about "web to lead",  i couln't not find many info about this but is seems to be what i'm looking for :

Creating leads into different client's Saleforces accounts.

Anyone have any informations on how to proceed using php nusoap please ?

--
Nicolas


Message Edited by Nicolas on 03-13-2007 07:36 AM

ClaiborneClaiborne

If you log on to your client's salesforce.com, you can use it to generate html code that consists of a form with a unique ID that allows the form action to create leads in your client's salesforce.com account with no login or password.

Go Setup, Leads, and then Web-to-Lead and follow the directions there.