<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Xavier&#039;s dreams, thoughts, tech tips... &#187; crm</title>
	<atom:link href="http://www.xaviermorera.com/tag/crm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaviermorera.com</link>
	<description>Geekery, traveling, off roading and more in Costa Rica</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:03:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting a return url when using SalesForce&#8217;s webtocase servlet</title>
		<link>http://www.xaviermorera.com/2009/09/setting-a-return-url-when-using-salesforces-webtocase-servlet/</link>
		<comments>http://www.xaviermorera.com/2009/09/setting-a-return-url-when-using-salesforces-webtocase-servlet/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:37:38 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[salesforce]]></category>

		<guid isPermaLink="false">http://www.xaviermorera.com/2009/09/setting-a-return-url-when-using-salesforces-webtocase-servlet/</guid>
		<description><![CDATA[I&#8217;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&#8217;s workflows and capabilities to keep track of your potential customers. There are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working a bit here and there with <a href="http://www.salesforce.com">www.SalesForce.com</a>.  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&#8217;s workflows and capabilities to keep track of your potential customers.</p>
<p>There are two things I still didn&#8217;t know until today:<br />
- How to set a return url<br />
Easy, just add the following below your form tag</p>
<input type=hidden name="retURL" value="http://www.yourdomain.com/thankyou.html">
<p>The other one is adding attachments.  Still working on it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xaviermorera.com/2009/09/setting-a-return-url-when-using-salesforces-webtocase-servlet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

