<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Freedom from Organization: Corporate Edition</title>
	
	<link>http://freedomfromorganization.com/corporate</link>
	<description>Creative ways to save time and money, especially for corporations.</description>
	<pubDate>Sat, 27 Sep 2008 04:48:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/FreedomFromOrganizationCorporateEdition" type="application/rss+xml" /><feedburner:emailServiceId>1667723</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Custom Formula: Specify Account Time Zone [Salesforce.com]</title>
		<link>http://feeds.feedburner.com/~r/FreedomFromOrganizationCorporateEdition/~3/237462373/</link>
		<comments>http://freedomfromorganization.com/corporate/custom-formula-specify-account-time-zone-salesforcecom/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 09:51:58 +0000</pubDate>
		<dc:creator>Marina Martin</dc:creator>
		
		<category><![CDATA[Do It Better]]></category>

		<category><![CDATA[custom formula]]></category>

		<category><![CDATA[Salesforce]]></category>

		<category><![CDATA[Salesforce.com]]></category>

		<category><![CDATA[time zone]]></category>

		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://freedomfromorganization.com/corporate/custom-formula-specify-account-time-zone-salesforcecom/</guid>
		<description><![CDATA[If you have a list of accounts to call, it&#8217;s useful to sort them by time zone so you know which accounts need to be called first/last.
The following custom formula field assigns a time zone based on the state or province. For states/provinces in multiple time zones, it assigns the time zone of the majority [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a list of accounts to call, it&#8217;s useful to sort them by time zone so you know which accounts need to be called first/last.</p>
<p>The following custom formula field assigns a time zone based on the state or province. For states/provinces in multiple time zones, it assigns the time zone of the majority of that region. (In other words, it may be off by an hour in some places, but it does the trick.)</p>
<div id="code">
IF(LEN( BillingState)=0, &#8220;None&#8221;,<br />
IF(CONTAINS(&#8221;CT:DC:DE:FL:GA:IN:ME:MD:MA:MI:NH:NJ:NY:NC:OH:PA:RI:SC:VT:VA:WV:ON:QC:NB:NS:NL:PE&#8221;, BillingState), &#8220;GMT-5 Eastern&#8221;,<br />
IF(CONTAINS(&#8221;AL:AR:IL:IA:KS:KY:LA:MN:MS:MO:NE:ND:OK:SD:TN:TX:WI:SK:MB:NU&#8221;, BillingState), &#8220;GMT-6 Central&#8221;,<br />
IF(CONTAINS(&#8221;AZ:CO:ID:MT:NM:UT:WY:AB:NT&#8221;, BillingState), &#8220;GMT-7 Mountain&#8221;,<br />
IF(CONTAINS(&#8221;AK&#8221;, BillingState), &#8220;GMT-9 Alaska&#8221;,<br />
IF(CONTAINS(&#8221;HI&#8221;, BillingState), &#8220;GMT-10 Hawaii&#8221;,<br />
IF(CONTAINS(&#8221;CA:NV:OR:WA:BC:YT&#8221;, BillingState), &#8220;GMT-8 Pacific&#8221;, &#8220;Other&#8221;)))))))
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FreedomFromOrganizationCorporateEdition?a=QPLnxK"><img src="http://feeds.feedburner.com/~f/FreedomFromOrganizationCorporateEdition?i=QPLnxK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FreedomFromOrganizationCorporateEdition?a=9gUMmk"><img src="http://feeds.feedburner.com/~f/FreedomFromOrganizationCorporateEdition?i=9gUMmk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FreedomFromOrganizationCorporateEdition?a=MeY0Rk"><img src="http://feeds.feedburner.com/~f/FreedomFromOrganizationCorporateEdition?i=MeY0Rk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FreedomFromOrganizationCorporateEdition?a=M87IMk"><img src="http://feeds.feedburner.com/~f/FreedomFromOrganizationCorporateEdition?i=M87IMk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FreedomFromOrganizationCorporateEdition/~4/237462373" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://freedomfromorganization.com/corporate/custom-formula-specify-account-time-zone-salesforcecom/feed/</wfw:commentRss>
		<feedburner:origLink>http://freedomfromorganization.com/corporate/custom-formula-specify-account-time-zone-salesforcecom/</feedburner:origLink></item>
	</channel>
</rss>
