You need to sign in to do that
Don't have an account?
Chamil 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?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
How to capture details of any person from web and it should directly go in to account in salesforce like web-to-Lead?
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
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
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!:)
You could use Sites and put up a Visualforce / APEX solution too.
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/
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.
I agree with J020 line of thinking and it would require minimum effort.
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/