Posts Tagged ‘crm’

Setting a return url when using SalesForce’s webtocase servlet

Posted in General on September 17th, 2009 by Xavier – 1 Comment

I’ve been working a bit here and there with www.SalesForce.com. Last thing I did today was add the webtocase.html servlet so that from your site you can get information added directly into your crm account and then you can use all of SalesForce’s workflows and capabilities to keep track of your potential customers.

There are two things I still didn’t know until today:
- How to set a return url
Easy, just add the following below your form tag

The other one is adding attachments. Still working on it!