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
Mack DsozaMack Dsoza 

Connect My Own Website with Salesforce.com

How can I connect mywebsite to salesforce.com ?
I want to do this thing as whenever I submit form form my website then its appropriate data will get stored in salesforce custom object which i have created...
Please mention the code or document if needs to establish connection or settings are required for this...
Regards...

du-scodouglasdu-scodouglas

You can send the results of your form to an external application that calls the salesforce API. How you actually do this will vary greatly based on what platform you are running your website on. It will also greatly depend on whether it's simply a one way submission, writing results of your webform into a salesforce object.

 

There is great API documentation here:

 

http://wiki.developerforce.com/index.php/Integration

 

Hope this helps.