You need to sign in to do that
Don't have an account?
Glyph
Web Form to Lead (Account, Opportunity, Case, etc...)
I am new to SalesForce.com... I am trying to create some web forms that will call some server side Java code to parse the forms and create various records in my SalesForce.com account.
After reading through many threads and the PDF's, I am still a bit lost.
Can anyone layout the basics of how to accomplish the following:
Again sorry if this is basic stuff... and if there is a good explaination somehwere i can read.. please point me to it.. i have not yet found it.
Thanks
After reading through many threads and the PDF's, I am still a bit lost.
Can anyone layout the basics of how to accomplish the following:
- From within Java, Connect to SalesForce, Create a Lead
- From within Java, Connect to SalesForce, Create a Contact
- From within Java, Connect to SalesForce, Create an Account
- From within Java, Connect to SalesForce, Create a Case
- From within Java, Connect to SalesForce, Create a Lead, Then convert said lead into an account and opportunity
Again sorry if this is basic stuff... and if there is a good explaination somehwere i can read.. please point me to it.. i have not yet found it.
Thanks
http://wiki.apexdevnet.com/index.php/Web_Services_API#Java
"select AccountId, ClosedDate, Description, Account.name, Account.NumberOfEmployees, Account.industry from Case c"
the problem is the next:
com.sforce.soap.enterprise.sobject._case cannot be cast to com.sforce.soap.enterprise.sobject.Account
What Happen?? Do not I have permissions for other tables that are not the Account???
Thank you in advance!!!
I have a satisfaction custom object that i am currently setting up for my company. Have a form on my companies website that i want to be filled out and to automatically be entered into salesforce.com custom object... can this be done and what is the best way of doing it?
Cheers Richard.