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
Chamil MadusankaChamil Madusanka 

Web-To-Account like Web-To-Lead

How to capture details of any person from web and it should directly go in to account in salesforce like web-to-Lead?

Best Answer chosen by Admin (Salesforce Developers) 
AmitSahuAmitSahu

Use normal web- to-lead ..... then use Trigger to create an Account then delete the Lead created via web-to-Lead ...

 

Hope that helps ...

 

Regards,

j

All Answers

AmitSahuAmitSahu

Use normal web- to-lead ..... then use Trigger to create an Account then delete the Lead created via web-to-Lead ...

 

Hope that helps ...

 

Regards,

j

This was selected as the best answer
DeptonDepton

 

Hi,

 

You will need to use Web Services:

 

Here are 2 links that might help:

 

http://phpandsalesforce.com/

 

http://www.salesforce.com/us/developer/docs/api/index.htm

 

or maybe you can finds some package in the appexchange!:)

 

 

 

Andy BoettcherAndy Boettcher

You could use Sites and put up a Visualforce / APEX solution too.

matermortsmatermorts

FormAssembly is a great tool for accomplishing this, though it comes at a price. Or check out web2anything: https://code.google.com/p/sfdc-web2anything/

cirrocirro

RingLead's web-to-lead works via HTTP POST and uses the default Web-to-Lead field names. They update Person and Business Accounts. Their Appexchange reviews speak specifically to Accounts.

IspitaIspita

I agree with J020  line of thinking and it would require minimum effort.

TechRemoteHubTechRemoteHub

Amit's answer works well for if you have apex development access.

Else for a pure website option you can use any of the form plugins.

https://sfplugin.com/docs/how-to/how-to-setup-salesforce-web-to-lead-web-to-contact-web-to-account-or-any-object-with-example/