• Thebannerkid
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
I am having problems at current with an owner field in a new task creation page i am building. The organization I'm working for needs a very different form of functionality in their task creation which i am able to create. However i am running into problems when it comes to being able to change the task assignment when creating the task. Does any one know what type of input i would be needing to achieve this???
 
Cheers.
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:

  • 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
I am assuming the first 4 are very simple to do and similar... the last one may be tricky but I am sure its been done before and there is a good pattern to follow.

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