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
Ricky MartinRicky Martin 

How to create the Lead using VBscript Language for my website

Hi,
I am using clasic asp and I would like to create the lead using that asp page along with vbscript so how to create the lead using VBSCRIPT.

I am beginer. Thanks in advance.
Sonam_SFDCSonam_SFDC
Hi Hannu,

You can use the SOAP APi to create a lead in Salesforce  using the language of your choice:
I am sharing a couple of blogs and doc link to sample code which will give you a direction as to how you can create leads in the system using API:
-    http://integratesalesforce.blogspot.in/2013/06/salesforce-rest-api-sample-using-vbnet.html
-    https://www.salesforce.com/us/developer/docs/api_rest/
Ricky MartinRicky Martin
Hi Sonam,

I can create the lead by using vb.net / ASP.net but am not able to create the lead by using classic asp so do you know the code or any idea regarding this?
Thanks in advance.