<?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>Perspectives on Salesforce.com &#187; Competition</title>
	<atom:link href="http://sfdc.arrowpointe.com/taxonomy/category/competition/feed/" rel="self" type="application/rss+xml" />
	<link>http://sfdc.arrowpointe.com</link>
	<description>Authored by Scott Hemmeter of Arrowpointe Corp, this blog is written from the perspective of a Salesforce.com solution provider and contains information on Arrowpointe's AppExchange products as well as tips, findings, sample code, functionality wishes, etc.</description>
	<lastBuildDate>Thu, 24 Jun 2010 06:02:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Salesforce vs. Microsoft CRM Shootout</title>
		<link>http://sfdc.arrowpointe.com/2008/04/03/salesforce-vs-microsoft-crm-shootout/</link>
		<comments>http://sfdc.arrowpointe.com/2008/04/03/salesforce-vs-microsoft-crm-shootout/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 23:58:51 +0000</pubDate>
		<dc:creator>Scott Hemmeter</dc:creator>
				<category><![CDATA[Competition]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2008/04/03/salesforce-vs-microsoft-crm-shootout/</guid>
		<description><![CDATA[Keep an eye on the Paul Greenberg&#8217;s blog.  A while back he issued a challenge to Salesforce and Microsoft to configure the application in an effort to compare the configuration capabilities of the 2 systems.  Both have agreed to it.  Should be interesting.
]]></description>
			<content:encoded><![CDATA[<p>Keep an eye on the <a href="http://the56group.typepad.com/" target=_blank>Paul Greenberg&#8217;s blog</a>.  A while back he issued a challenge to Salesforce and Microsoft to configure the application in an effort to compare the configuration capabilities of the 2 systems.  Both have <a href="http://the56group.typepad.com/pgreenblog/2008/04/the-shootout-is.html" target=_blank>agreed to it</a>.  Should be interesting.</p>
<img src="http://sfdc.arrowpointe.com/?ak_action=api_record_view&id=291&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://sfdc.arrowpointe.com/2008/04/03/salesforce-vs-microsoft-crm-shootout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon SimpleDB</title>
		<link>http://sfdc.arrowpointe.com/2007/12/14/amazon-simpledb/</link>
		<comments>http://sfdc.arrowpointe.com/2007/12/14/amazon-simpledb/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 19:11:16 +0000</pubDate>
		<dc:creator>Scott Hemmeter</dc:creator>
				<category><![CDATA[Competition]]></category>

		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/12/14/amazon-simpledb/</guid>
		<description><![CDATA[The Amazon.com&#8217;s Web Services team just announced SimpleDB.  This is the newest of their many web services.  This is essentially a database in the cloud and sounds very compelling.
What&#8217;s very cool about it is that Amazon is eliminating the need to manually manage a schema, allowing developers to manage it through their logic, [...]]]></description>
			<content:encoded><![CDATA[<p>The Amazon.com&#8217;s Web Services team just announced <a href="http://www.amazon.com/gp/browse.html?node=342335011" target=_blank>SimpleDB</a>.  This is the newest of their <a href="http://aws.amazon.com" target=_blank>many web services</a>.  This is essentially a database in the cloud and sounds very compelling.</p>
<p>What&#8217;s very cool about it is that Amazon is eliminating the need to manually manage a schema, allowing developers to manage it through their logic, while Amazon maintains the schema for you on the fly.  For example, if you are creating a Customer record, you don&#8217;t need to define a City field that&#8217;s 50 characters in length and of type text.  You just create your record with a bunch of attributes and it happens for you.  Amazon will use the existing attribute if it&#8217;s used it before.  If not, it will create those columns for you on your Customer object.  It then indexes all of it for you for easy searching.</p>
<p>The pricing model is pay for what you use and, like their other web services, you have real-time visibility into what you are using and how much you owe them.  All in all, it&#8217;s quite inexpensive for what you get.</p>
<p>I don&#8217;t see this service competing with Salesforce yet, but could compete with Salesforce (Force.com) as an infastructure platform for development in the future.  Salesforce is a much more complete package with the UI components all there for you.  Amazon&#8217;s web services are very raw (it&#8217;s just an API) and they rely on the business community to build tools that allow other businesses to develop on the platform.  Initially, I see it competing with someone running a MySQL server on their domain. Amazon now has 3 very good web services for the developer:  <a href="http://aws.amazon.com/s3" target=_blank>Amazon S3</a> for file/object storage, <a href="http://aws.amazon.com/s3" target=_blank>Amazon ECC</a> for having virtual server(s), and now <a href="http://www.amazon.com/gp/browse.html?node=342335011" target=_blank>SimpleDB</a> for storing more structured data.  Using these, you could essentially eliminate a lot of what a web host does and use these services in the cloud and only pay for what you use.  Very compelling in principle.</p>
<p>Where I feel that Salesforce could take a page out of Amazon&#8217;s book is the pay-for-what-you-use model.  As a AppExchange application provider, I oftentimes need a back-end that is not the end customer&#8217;s Salesforce org.  For example, with <a href="http://www.arrowpointe.com/maps" target=_blank>Arrowpointe Maps</a>, I use the Salesforce org of the customer as the home for their business data and it&#8217;s nice I don&#8217;t need to store that anyplace else.  However, I also have a MySQL database that houses a lot of the configuration information.  I would love to use my Salesforce Org as this back-end.  Everything is there for me to do it except that API rate limiting exists and I cannot risk having that limit hit if I am trying to service my customers.  MySQL rocks for my purposes, but for future needs like this, I will be looking to Amazon SimpleDb as an option, but I would love to look to Salesforce for this.</p>
<p>Salesforce really needs a pricing scheme that supports an application using Salesforce as THE back-end database.  This would be a model with unlimited (or pay-for-what-you-use) API access and a small number of web logins.  The web logins would really be used to administer application data, build a schema, configure workflow, etc.  99% of activity would be via the API.  It&#8217;s essentially the Platform Edition capabilities costed on an API basis rather than a user-basis and without any (or threats of) API rate limiting.</p>
<img src="http://sfdc.arrowpointe.com/?ak_action=api_record_view&id=273&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://sfdc.arrowpointe.com/2007/12/14/amazon-simpledb/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Highrise, from 37 Signals, is coming</title>
		<link>http://sfdc.arrowpointe.com/2007/02/12/highrise-from-37-signals-is-coming/</link>
		<comments>http://sfdc.arrowpointe.com/2007/02/12/highrise-from-37-signals-is-coming/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 04:33:40 +0000</pubDate>
		<dc:creator>Scott Hemmeter</dc:creator>
				<category><![CDATA[Competition]]></category>

		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/02/12/highrise-from-37-signals-is-coming/</guid>
		<description><![CDATA[The folks at 37 Signals have finally made their first official announcement regarding their new CRM application they have been building.  They call it &#8220;Highrise&#8221; (previously known as Sunrise).
Over the next several weeks, they should be posting videos and other marketing materials about it.  The depth of functionality in it remains to be [...]]]></description>
			<content:encoded><![CDATA[<p>The folks at <a href="http://37signals.com/">37 Signals</a> have finally made their <a href="http://www.37signals.com/svn/posts/265-preview-1-an-introduction-to-highrise-the-product-previously-known-as-sunrise">first official announcement</a> regarding their new CRM application they have been building.  They call it &#8220;Highrise&#8221; (previously known as Sunrise).</p>
<p>Over the next several weeks, they should be posting videos and other marketing materials about it.  The depth of functionality in it remains to be seen.  Based upon the description on their post, it sounds like it will be a basic Contact manager, as opposed to a complete CRM application.  This is probably not much of a threat to Salesforce as a whole, but will likely be a viable option for single users and small teams that want to manage their contacts and manage activities related to them.  </p>
<p>37 Signals has a tendency to release applications that people love to use (<a href="http://www.basecamphq.com/">Basecamp</a> for Project Management, <a href="http://www.backpackit.com/">Backpack</a> for getting yourself organized, <a href="http://www.backpackit.com/calendar">Backpack Calendar</a> for calendaring, <a href="http://www.campfirenow.com/">Campfire</a> for chat), and they are leaders in the use of AJAX to enhance the user experience.  Highrise will be an interesting application to check out.  If nothing else, it should provide some user experience ideas to apply to Salesforce.  Keep an eye on it.</p>
<p>You can sign up for their Highrise mailing list at <a href="http://www.highrisehq.com/">http://www.highrisehq.com/</a>.</p>
<img src="http://sfdc.arrowpointe.com/?ak_action=api_record_view&id=204&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://sfdc.arrowpointe.com/2007/02/12/highrise-from-37-signals-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM Roundup on IT&#124;Redux</title>
		<link>http://sfdc.arrowpointe.com/2007/02/06/crm-roundup-on-itredux/</link>
		<comments>http://sfdc.arrowpointe.com/2007/02/06/crm-roundup-on-itredux/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 05:42:42 +0000</pubDate>
		<dc:creator>Scott Hemmeter</dc:creator>
				<category><![CDATA[Competition]]></category>
		<category><![CDATA[The Community]]></category>

		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/02/06/crm-roundup-on-itredux/</guid>
		<description><![CDATA[The ITRedux blog  has a nice post comparing 9 on-demand CRM applications.  It&#8217;s a good article to read to get a sense of what else is out there as an on-demand CRM tool.  The CRM applications they review are:

Salesforce.com
NetSuite CRM+
SugarCRM
vtiger
Salesboom
Free CRM
Relenta CRM
Solve360
Zoho CRM

IT&#124;Redux is the leading blog when it comes to &#8220;Office [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://itredux.com/blog">ITRedux blog</a> <a href="http://feeds.feedburner.com/itredux"><img src="http://sfdc.arrowpointe.com/wp-content/images/feed-icon-12x12.png" alt="feed-icon-12x12.png" title="feed-icon-12x12.png" width="12" height="12" /></a> has a <a href="http://itredux.com/blog/2007/02/05/crm-roundup/"><strong>nice post</strong></a> comparing 9 on-demand CRM applications.  It&#8217;s a good article to read to get a sense of what else is out there as an on-demand CRM tool.  The CRM applications they review are:</p>
<ul>
<li><a href="http://www.salesforce.com">Salesforce.com</a></li>
<li><a href="http://www.netsuite.com">NetSuite CRM+</a></li>
<li><a href="http://www.sugarcrm.com">SugarCRM</a></li>
<li><a href="http://www.vtiger.com">vtiger</a></li>
<li><a href="http://www.salesboom.com">Salesboom</a></li>
<li><a href="http://www.freecrm.com">Free CRM</a></li>
<li><a href="http://www.relenta.com">Relenta CRM</a></li>
<li><a href="http://www.solve360.com">Solve360</a></li>
<li><a href="http://crm.zoho.com">Zoho CRM</a></li>
</ul>
<p>IT|Redux is the leading blog when it comes to &#8220;Office 2.0&#8243;.  The author of the blog, Ismael Ghalimi, is the one that put together the <a href="http://www.office20con.com/">Office 2.0 conference</a>, which took place in San Francisco last October immediately following Dreamforce.  He maintains a <a href="http://itredux.com/office-20/database/">database</a> of Office 2.0 applications.  One of their many categories is <a href="http://itredux.com/office-20/database/?family=CRM">CRM applications</a>.</p>
<p>A few other on-demand CRM applications that I have on my list that are not covered on that post are:</p>
<ul>
<li><a href="http://www.rightnow.com/">RightNow (includes what was formerly known as Salesnet)</a></li>
<li><a href="http://www.entellium.com/">Entellium</a></li>
<li><a href="http://pipelinedeals.com/">Pipeline Deals</a></li>
<li><a href="http://www.oracle.com/crmondemand/index.html">Oracle&#8217;s Siebel CRM On Demand</a></li>
</ul>
<p>Also, <a href="http://www.37signals.com">37 Signals</a> is supposed to be <a href="http://www.37signals.com/svn/archives2/sunrise_37signals_crm_tool_for_small_business_is_coming_soon.php">coming out with a CRM solution some day</a>.  They posted about it over a year ago, but nothing has come to fruition yet.</p>
<img src="http://sfdc.arrowpointe.com/?ak_action=api_record_view&id=203&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://sfdc.arrowpointe.com/2007/02/06/crm-roundup-on-itredux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CRM Solution from 37Signals</title>
		<link>http://sfdc.arrowpointe.com/2005/12/28/crm-solution-from-37signals/</link>
		<comments>http://sfdc.arrowpointe.com/2005/12/28/crm-solution-from-37signals/#comments</comments>
		<pubDate>Wed, 28 Dec 2005 18:51:03 +0000</pubDate>
		<dc:creator>Scott Hemmeter</dc:creator>
				<category><![CDATA[Competition]]></category>

		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=63</guid>
		<description><![CDATA[In the most recent Inside the Net podcast episode, there was an interview with Jeff Fried of 37Signals, makers of Basecamp, Backpack and Ruby on Rails.  In the interview, Jeff mentions that they will be releasing a CRM product (called Sunrise) in the first half of 2006, which will likely be geared towards the [...]]]></description>
			<content:encoded><![CDATA[<p>In the most recent <a href="http://thisweekintech.com/itn5">Inside the Net podcast episode</a>, there was an interview with Jeff Fried of <a href="http://www.37signals.com">37Signals</a>, makers of <a href="http://www.basecamphq.com/">Basecamp</a>, <a href="http://www.backpackit.com/">Backpack</a> and <a href="http://www.rubyonrails.com/">Ruby on Rails</a>.  In the interview, Jeff mentions that they will be releasing a CRM product (called <a href="http://37signals.com/svn/archives2/sunrise_37signals_crm_tool_for_small_business_is_coming_soon.php">Sunrise</a>) in the first half of 2006, which will likely be geared towards the small business market.  37Signals products have a strong user-experience focus and it will be interesting to see their take on CRM, the UI to support it and the impact this product will have on small business CRM purchasing decisions.</p>
<img src="http://sfdc.arrowpointe.com/?ak_action=api_record_view&id=63&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://sfdc.arrowpointe.com/2005/12/28/crm-solution-from-37signals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
