<?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>Levementum&#039;s Blog:  &#34;The Open Source Pragmatist&#34; &#187; crm</title>
	<atom:link href="http://opensource-pragmatist.com/tag/crm/feed/" rel="self" type="application/rss+xml" />
	<link>http://opensource-pragmatist.com</link>
	<description>pragmatist (n). one who has a practical, matter-of-fact way of approaching or assessing situations or of solving problems.</description>
	<lastBuildDate>Fri, 13 Jan 2012 02:02:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>A Review of SugarCRM Web Services &#8211; from a Business Value Perspective</title>
		<link>http://opensource-pragmatist.com/2011/12/23/a-review-of-sugarcrm-web-services-from-a-business-value-perspective/</link>
		<comments>http://opensource-pragmatist.com/2011/12/23/a-review-of-sugarcrm-web-services-from-a-business-value-perspective/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 01:18:14 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[cloud-computing]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[Geoffrey Mobisson]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[sugarcrm]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=484</guid>
		<description><![CDATA[In this review, you will learn how and why the SugarCRM Web Services Platform is a reliable, scalable, and cost-effective method of integrating to your SugarCRM application, regardless of the selection of an On-Demand or On-Premise infrastructure.]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<address>An introduction to SugarCRM’s web Service framework</address>
<p>In this review, you will learn how and why the SugarCRM Web Services Platform is a reliable, scalable, and cost-effective method of integrating to your SugarCRM application, regardless of the selection of an On-Demand or On-Premise infrastructure.</p>
<p>The flexibility of SugarCRM’s Web Services allows you to choose the integration programming models, languages, and operating systems that you are already using or that are best suited for your project. With SugarWS, you can bring your existing skills and knowledge to the platform; you don&#8217;t have to learn lots of new skills.</p>
<p>SugarCRM dramatically reduces the effort to integrate with either on-premises applications including Microsoft, Oracle, SAP, or other third-party solutions and external cloud services such as Amazon Web Services, Facebook, Google AppEngine, and Twitter.  A large percentage of the traffic in SugarCRM’s On-Demand infrastructure is system-to-system integration, showing that it is a trusted and successful enterprise API that is used globally by SugarCRM clients worldwide.</p>
<h2>SugarCRM Web Services</h2>
<address>A summary of the features and capabilities of SugarCRM web services</address>
<p>SugarWS provides a number of paths to integration success—all based on our industry-leading Web services API. Integration with SugarWS means faster, simpler, and less-risky integration that doesn’t break during upgrades and delivers a new level of access and agility to your existing IT investments.   SugarWS is designed to work with all major integration middleware solutions, and for building custom integrations plus maximum flexibility and choice, the SugarWS platform supports all major development environments and tools, including .NET, Java, PHP, Ruby on Rails, and many more.</p>
<p>Besides a robust SOAP interface with a revamped list of available calls, SugarWS introduced major updates to the framework in 2009 such as Versioning and Extensibility, and the addition of a new REST interface.</p>
<p>Prior to 2009, the SugarCRM web services API had a wide variety of calls allowing you to get at almost any piece of data in the system. One downside of the diversity of calls, was that accomplishing certain tasks via the API could be burdensome in that while flexible, an integration might require multiple calls to complete a task (traversing and retrieving the details of related items is one such example). In 2009 SugarCRM rewrote all of the API calls. Based on the improvements to the framework, SugarCRM was able to reduce the number of calls down to 20 by allowing for the passing of extra parameters in to certain calls and eliminate the number of round trips to the server.</p>
<p>Call 	Description<br />
login() 	Logs the user into the Sugar application and create a session<br />
logout() 	Logs out the user and ends the current session<br />
seamless_login() 	Used for Sugar Offline Client or to accomplish single sign on<br />
get_user_id() 	Returns the user_id of the user who is logged into the current session<br />
get_entry() 	Retrieves a single record with details based on the ID<br />
get_entries() 	Retrieves multiple records based on IDs. This API is not applicable to the Reports module.</p>
<p>get_entry_list() 	Retrieves a list of records for a given module<br />
get_relationship() 	Retrieves a collection of module records that are related to a target record and optionally return relationship data for the related beans.<br />
get_note_attachment() 	Retrieves an attachment from a note<br />
get_document_revision() 	Allows an authenticated user with the appropriate permission to download a document.<br />
set_entry() 	Creates or updates a single module record<br />
set_entries() 	Creates or updates a list of module records<br />
set_relationship() 	Sets a single relationship between two records where they are related by module name and ID.<br />
set_relationships() 	Sets multiple relationships between two records where they are related by module name and ID<br />
set_note_attachment() 	Adds or replaces an attachment to a note<br />
set_document_revision() 	Sets a new revision to the document<br />
search_by_module() 	Returns the ID, module_name, and fields for the specified modules as specified in the search string.<br />
get_server_info() 	Obtains server information such as version and GMT time<br />
get_module_fields() 	Retrieves the vardef information on fields of the specified module</p>
<p>SOAP is probably the most used web services protocol. It provides a way of exchanging structured information of application functionality. A SOAP interface can be defined by its WSDL (Web Service Description Language) file. To access the WSDL for Sugar Web Services API you can read it by going to this URL in your browser: http://sugar_root_url/service/v2/soap.php?wsdl. The WSDL file will give complete explanation of all the methods with input/output data type.</p>
<p>Sugar Web Services also supports a robust REST interface. This adds a lightweight integration to gain access to data in a system. REST is preferable for higher transactional web integrations, as well as browser client side implementations where all rendering happens in the browser. To connect to the REST interface in the new web services framework you will connect to the following URL: http://your_sugar_url/service/v2/rest.php.</p>
<h2>Widely Available Web Service “Stubs” from SugarExchange – notable examples</h2>
<address>A list of popular “ready-to-consume” integrations for SugarCRM that are available on the Sugar Exchange (http://www.sugarexchange.com), and that utilize Sugar Web Services</address>
<p>The following integration sets are readily available from SugarExchange.  These allow for communication to/from SugarCRM, and make use of the SugarWS for integration purposes.  This is NOT an exhaustive list:</p>
<ul>
<li>QuickBooks Real-time Integration</li>
<li>Adobe Echo Sign Integration</li>
<li>Authorize.Net Integrations</li>
<li>BonitaSoft Workflow Integration</li>
<li>Contivio Integration for Telephony</li>
<li>eXo Plug-in for SugarCRM</li>
<li>IBM Websphere CastIron
<ul>
<li>Salesforce.com</li>
<li>Oracle Applications</li>
<li>SAP</li>
<li>Oracle CRM</li>
<li>Amazon</li>
<li>Chatter</li>
<li>Microsoft Dynamics</li>
<li>Eloqua</li>
<li>PROS</li>
<li>SignalDemand</li>
<li>Zuora</li>
<li>Google Apps</li>
<li>NetSuite</li>
<li>RightNow</li>
<li>Teleo</li>
<li>SPS Commerce</li>
</ul>
</li>
<li>iZeno Integration</li>
<li>JigSaw Integration</li>
<li>ProcessMaker API</li>
<li>Sage MAS90 Integration</li>
<li>Talend Integration</li>
<li>Velaro Chat Integration</li>
</ul>
<h2>Example Scenarios of Web Service Use</h2>
<address>A set of varied customer examples of SugarCRM Web Services in use…in production environments today!  All of these are current Levementum customers.</address>
<address> </address>
<address><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/12/MobileERP.jpg"><img class="alignleft size-full wp-image-493" title="MobileERP" src="http://opensource-pragmatist.com/wp-content/uploads/2011/12/MobileERP.jpg" alt="" width="598" height="269" /></a></address>
<address> </address>
<address><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/12/InvestWork.jpg"><img class="alignleft size-full wp-image-491" title="InvestWork" src="http://opensource-pragmatist.com/wp-content/uploads/2011/12/InvestWork.jpg" alt="" width="598" height="268" /></a></address>
<address><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/12/CRMCiscoValeroERP.jpg"><img class="alignleft size-full wp-image-489" title="CRMCiscoValeroERP" src="http://opensource-pragmatist.com/wp-content/uploads/2011/12/CRMCiscoValeroERP.jpg" alt="" width="599" height="264" /></a></address>
<address> </address>
<address><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/12/ComplexOps.jpg"><img class="alignleft size-full wp-image-488" title="ComplexOps" src="http://opensource-pragmatist.com/wp-content/uploads/2011/12/ComplexOps.jpg" alt="" width="605" height="270" /></a></address>
<address> </address>
<h1>Summary</h1>
<p>Web services create compatibility and interoperability among various packaged and customized Web applications – in a standardized and vendor-neutral manner. Web services are most economical – and beneficial – when used in an enterprise-level business scenario that combines the functionality of multiple applications into easy-to-use enterprise services. Such a business scenario requires a service-oriented architectural approach.</p>
<p>For SugarCRM, Web services play an important role in the concept of enterprise service-oriented architecture (enterprise SOA). Web services ensure interoperability between platforms, and all communication within enterprise SOA is based on Web services. Enterprise services expose the functionality and data of applications so that they can be accessed by any service user. Just as Web services take the complexity out of platform connectivity, enterprise services take the complexity out of application integration</p>
<p>&nbsp;</p>
<address> </address>
<address> </address>
<address> </address>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/12/23/a-review-of-sugarcrm-web-services-from-a-business-value-perspective/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jive &#8211; a passionate and disruptive slant on Social CRM (part 3)</title>
		<link>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-3/</link>
		<comments>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-3/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 20:00:58 +0000</pubDate>
		<dc:creator>Cole Nielsen</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[jive software]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[nielsen]]></category>
		<category><![CDATA[social crm]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=474</guid>
		<description><![CDATA[In response to: Part 1 &#124; Part 2 I agree Geoff. Thanks for your thoughts. For the sake of conversation, consider the layman perspective… A contextual social collaboration platform and an xRM Platform both provide history and relevance. The difference is perception on the basis of how intuitive it is to identify relevant information once &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-3/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>In response to: <a title="Jive – a passionate and disruptive slant on Social CRM (part 1)" href="http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-1/">Part 1</a> | <a title="Jive – a passionate and disruptive slant on Social CRM (retort – part 2)" href="http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-retort-part-2/">Part 2</a></p>
<p>I agree Geoff. Thanks for your thoughts. For the sake of conversation, consider the layman perspective… A contextual social collaboration platform and an xRM Platform both provide history and relevance. The difference is perception on the basis of how intuitive it is to identify relevant information <strong>once it has been made available</strong>. In both cases, the playing field is neutral because the behavior is expected to be “most recent first”. Social platforms are just recently introducing “most relevant first” – and I’m intentionally excluding that from this discussion as I haven’t seen anything indicative of success. In addition, the paradigm on both platforms for identifying situational relevance is to conduct a search. The social collaboration platform will be perceived as the more intuitive approach – and frankly I agree with this. Which leads me to my point…</p>
<p>What’s lacking in these tools is a real model to define contextually relevant information and an intuitive mechanism to retrieve it. The concept of tagging in both tools (a.k.a. Groups, Favorites, Likes, Collections, people, places, etc…) provides a generic mechanism but to your point – at what end? Searching is a painful paradigm… a business (like a brain) wishes to recall information, not find it. Every member of the organization desires to see things that are relevant to them and what it is they are doing. Today, the answer in both tools is hardly better than forum moderation, suggestive selling, etc… circa 2002&#8230; That is, we understand that tagging information is better for interactive indexing of relevant information but we haven’t actually figured out what to do with it beyond devising very expensive models with more attributes and more data to suggestive sell. I refer to suggestive selling loosely because the pattern applies across many other areas.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jive &#8211; a passionate and disruptive slant on Social CRM (part 1)</title>
		<link>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-1/</link>
		<comments>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-1/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 18:16:11 +0000</pubDate>
		<dc:creator>Cole Nielsen</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[jive software]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[nielsen]]></category>
		<category><![CDATA[social crm]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=468</guid>
		<description><![CDATA[I took a closer look at the Social tools, Jive and Yammer… and I GET why people want this… ]]></description>
			<content:encoded><![CDATA[<p>I took a closer look at Jive and Yammer… and I GET why people want this… it’s familiar and both are being marketed as the answer to communication problems inherent with email. I don’t think anyone can argue that email is a painful part of our lives that we’ve accepted and in turn created rules and extensions just to make sense of it. Jive definitely has a better marketing team.</p>
<p><a href="http://www.jivesoftware.com/files/pdf/whitepaper/WP-How-Social-Business-is-Killing-CRM.pdf">http://www.jivesoftware.com/files/pdf/whitepaper/WP-How-Social-Business-is-Killing-CRM.pdf</a></p>
<p>I’m going to take a deeper dive on Jive…stay tuned.</p>
<p>An interesting read full of fud but provides a compelling argument where I wouldn’t be surprised to find the likes of Yammer and Jive as direct competitors in standard CRM deals: <a href="http://www.jivesoftware.com/files/pdf/whitepaper/WP-How-Social-Business-is-Killing-CRM.pdf">http://www.jivesoftware.com/files/pdf/whitepaper/WP-How-Social-Business-is-Killing-CRM.pdf</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Notes fom SugarCON 2011: Mindtouch&#8217;s Product Help session&#8230;.DO NOT MISS THIS!</title>
		<link>http://opensource-pragmatist.com/2011/04/06/notes-fom-sugarcon-2011-mindtouchs-product-help-session-do-not-miss-this/</link>
		<comments>http://opensource-pragmatist.com/2011/04/06/notes-fom-sugarcon-2011-mindtouchs-product-help-session-do-not-miss-this/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:22:10 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[document management]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[mindtouch]]></category>
		<category><![CDATA[product help]]></category>
		<category><![CDATA[sugarcon]]></category>
		<category><![CDATA[sugarcon 2011]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=370</guid>
		<description><![CDATA[So  &#8211; I just got a preview of Aaron Fukerson&#8217;s presentation at SugarCON.   I will not steal his thunder before his session &#8211; but holy toledo, was I impressed by it! So&#8230;.without any spoilers, here is the 30,000 ft summary:   &#8230;We all know how hard it is to take the tweets, blogs, forums, threads, likes, &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/04/06/notes-fom-sugarcon-2011-mindtouchs-product-help-session-do-not-miss-this/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/03/2011SugarConLogo.png"><img class="alignleft size-full wp-image-210" title="2011SugarConLogo" src="http://opensource-pragmatist.com/wp-content/uploads/2011/03/2011SugarConLogo.png" alt="SugarCON 2011" width="587" height="99" /></a></p>
<p>So  &#8211; I just got a preview of Aaron Fukerson&#8217;s presentation at SugarCON.   I will not steal his thunder before his session &#8211; but <em><strong>holy toledo,</strong></em> was I impressed by it!</p>
<p>So&#8230;.without any spoilers, here is the 30,000 ft summary:   &#8230;We all know how hard it is to take the <strong>tweets, blogs, forums, threads, likes, shares, and rich dynamic content</strong>&#8230;.and turn them into a recognizable element or artifact for use in a business context.</p>
<p>Aaron and his team at Mindtouch have it figured out.</p>
<p>Go listen&#8230;5:05 pm at SugarCON 2011.  Track 4.</p>
<p>UPDATE 4/6/2011 4:11 PST &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;Spoiler alert!!!</p>
<p><a href="http://www.slideshare.net/mindtouch/sugarcon-2011-product-help-as-the-foundation-for-scrm">He uploaded his presentation on slideshare before the event&#8230;heh heh heh</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/04/06/notes-fom-sugarcon-2011-mindtouchs-product-help-session-do-not-miss-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes from SugarCON 2011: In the world of Marketing&#8230;Pardot is a winner.</title>
		<link>http://opensource-pragmatist.com/2011/04/06/notes-from-sugarcon-2011-in-the-world-of-marketing-pardot-is-a-winner/</link>
		<comments>http://opensource-pragmatist.com/2011/04/06/notes-from-sugarcon-2011-in-the-world-of-marketing-pardot-is-a-winner/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:04:04 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[marketing automation]]></category>
		<category><![CDATA[pardot]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[sugarcon]]></category>
		<category><![CDATA[sugarcon 2011]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=359</guid>
		<description><![CDATA[So SugarCON 2011 is in its 2nd day&#8230;.and its hard to believe that its over in 2 hours.  You will not find a more intense 48 hours of organized conference chaos anywhere else in Silicon Valley. So&#8230;IBM and its pragmatic play with SugarCRM and LotusLive, definitely real, definitely NOT vapor, and definitely a winner. Another &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/04/06/notes-from-sugarcon-2011-in-the-world-of-marketing-pardot-is-a-winner/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>So SugarCON 2011 is in its 2nd day&#8230;.and its hard to believe that its over in 2 hours.  You will not find a more intense 48 hours of organized conference chaos anywhere else in Silicon Valley.</p>
<p>So&#8230;IBM and its pragmatic play with SugarCRM and LotusLive, definitely real, definitely NOT vapor, and definitely a winner.</p>
<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/04/pardot.jpg"><img class="alignleft size-full wp-image-360" title="pardot" src="http://opensource-pragmatist.com/wp-content/uploads/2011/04/pardot.jpg" alt="" width="213" height="82" /></a>Another winner?  Pardot.  Pardot.  Pardot.</p>
<p>Now this might seem like old news &#8211; but its pretty clear to me that either A) Pardot is having a lot of success working it way into the SugarCRM customer base, B) They view their SugarCRM partnership as strategic, and thus are investing aggressively in it, or C) A &amp; B.</p>
<p>Either way, Pardot&#8217;s comprehensive (and well integrated offering) turbocharges SugarCRM in the area of Marketing Automation.  Flexible campaigns, DRIPS, analytics, tight data integration with Leads and Contacts in Sugar, a great UI integration with SugarCRM.</p>
<p>Levementum (my company) is not  a customer (or partner) of Pardot&#8230;but I&#8217;ve seen enough to buy the solution.  And after we figure it out (&#8230;we do &#8220;eat our own dog food&#8221; at Levementum), I have little doubt that Pardot is going to be a valuable complement to our SugarCRM practice offering.</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/04/06/notes-from-sugarcon-2011-in-the-world-of-marketing-pardot-is-a-winner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes from SugarCON2011: SugarCRM and LotusLive?&#8230;.it&#8217;s the real deal</title>
		<link>http://opensource-pragmatist.com/2011/04/05/notes-from-sugarcon2011-sugarcrm-and-lotuslive-its-the-real-deal/</link>
		<comments>http://opensource-pragmatist.com/2011/04/05/notes-from-sugarcon2011-sugarcrm-and-lotuslive-its-the-real-deal/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 23:55:34 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[cloud-computing]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[lotuslive]]></category>
		<category><![CDATA[sugarcon]]></category>
		<category><![CDATA[sugarcon2011]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=338</guid>
		<description><![CDATA[Day 1 at SugarCON 2011&#8230;.and at any software conference or exposition, its easy to get carried away with the hyperbole and &#8220;vapor&#8221; of new product releases, new alliances, the latest &#8220;foo&#8221;-CRM idea. There is one solution offering though, that appears to be the real deal, and I am betting is going to get traction&#8230;fast&#8230;.and its &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/04/05/notes-from-sugarcon2011-sugarcrm-and-lotuslive-its-the-real-deal/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/04/lotuslive.jpg"><img class="alignleft size-full wp-image-339" title="lotuslive and sugarcrm" src="http://opensource-pragmatist.com/wp-content/uploads/2011/04/lotuslive.jpg" alt="lotuslive and sugarcrm" width="232" height="179" /></a></p>
<p>Day 1 at SugarCON 2011&#8230;.and at any software conference or exposition, its  easy to get carried away with the hyperbole and &#8220;vapor&#8221; of new product releases, new alliances, the latest &#8220;foo&#8221;-CRM idea.</p>
<p>There is one solution offering though, that appears to be the real deal, and I am betting is going to get traction&#8230;fast&#8230;.and its the <a href="https://www.sugarcrm.com/crm/products/webcast/LotusLive">SugarCRM &#8211; Lotus Live Collaboration integration </a>being touted by IBM and SugarCRM.</p>
<p>The short story is that LotusLive Meetings and LotusLive Documents are now integrated into SugarCRM&#8230;the details though spell out the power behind these integrations.  LotusLive Meetings cleanly integrates into the framework of CRM activity that is cataloged and managed in SugarCRM&#8217;s world of tasks, meetings, calls, etc.  Perhaps more impressively, LotusLive Documents provides a context sensitive (i.e. related to Opps, Accts, Contacts, explicitly) document management cloud, that fits cleanly into SugarCRM, and is accessible throughout the application.</p>
<p>I suppose its probably easiest to put it this way.  Levementum sells a lot of SugarCRM&#8230;.and from my perspective, its going to be fairly easy to position and sell the LotusLive offering on a large percentage of the deals we see.  Perhaps the key thing here is that I don&#8217;t see this as a &#8220;risky add-on&#8221; that potentially is a headache in the long run.  It works &#8211; and its got Big Blue behind it.</p>
<p>In any case &#8211; I&#8217;ll keep you posted on our LotusLive journey.  In the meantime, take a look at the LotusLive demo on SugarCRM&#8217;s website: <a title="https://www.sugarcrm.com/crm/products/webcast/LotusLive" href="https://www.sugarcrm.com/crm/products/webcast/LotusLive"> https://www.sugarcrm.com/crm/products/webcast/LotusLive</a></p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/04/05/notes-from-sugarcon2011-sugarcrm-and-lotuslive-its-the-real-deal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ready, Set&#8230;CODE!  The SugarCON 2011 Code Sprint&#8230;..</title>
		<link>http://opensource-pragmatist.com/2011/04/05/ready-set-code-the-sugarcon-2011-code-sprint/</link>
		<comments>http://opensource-pragmatist.com/2011/04/05/ready-set-code-the-sugarcon-2011-code-sprint/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 19:55:00 +0000</pubDate>
		<dc:creator>Holly Davis</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[code sprint]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[sugarcon]]></category>
		<category><![CDATA[sugarcon2011]]></category>
		<category><![CDATA[sugarcrm]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=340</guid>
		<description><![CDATA[Over the weekend, two of Levementum&#8217;s engineers spent 50 hours with 50 programmers for SugarCON Code Sprint.   These fantastic super-nerds spent 2 days working on innovations for the upcoming release of SugarCRM 6.2. The best news&#8230;they ran on Beta all weekend and in spite of all the cutting and chopping the 50 programmers did, &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/04/05/ready-set-code-the-sugarcon-2011-code-sprint/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Over the weekend, two of Levementum&#8217;s engineers spent 50 hours with 50 programmers for SugarCON Code Sprint.   These fantastic super-nerds spent 2 days working on innovations for the upcoming release of SugarCRM 6.2. The best news&#8230;they ran on Beta all weekend and in spite of all the cutting and chopping the 50 programmers did, they did not run into a single bug.  A shout out to Clint Oram, Lila Tretiak and the Engineering Squad at SugarCRM for a high quality beta&#8230;.way to go Sugar!</p>
<p>All games aside, and there were plenty (beer pong anyone??), these programmers worked on the latest and greatest Sugar 6.2 and successfully created new modules and performance enhancers that will work into later versions of Sugar.</p>
<p>Larry Augustin, CEO of SugarCRM, and Clint Oram, Co-Founder and CTO of SugarCRM, have talked repeatedly to the partners over the last couple of days about how impressed they were with the results and the improvements that came out of that session.</p>
<p>Here at Levementum, we are constantly looking at the SugarCRM product, new improvements, and how we can collaborate with Sugar to make a smarter product for our customers.  We are excited to see the developments our guys helped create during the SugarCON Code Sprint.</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/04/05/ready-set-code-the-sugarcon-2011-code-sprint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Reasons to Pick SugarCRM Over Salesforce #4: Money</title>
		<link>http://opensource-pragmatist.com/2011/03/28/top-10-reasons-to-pick-sugarcrm-over-salesforce-4-money/</link>
		<comments>http://opensource-pragmatist.com/2011/03/28/top-10-reasons-to-pick-sugarcrm-over-salesforce-4-money/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 19:48:43 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[sugarcon]]></category>
		<category><![CDATA[sugarcrm]]></category>
		<category><![CDATA[sugarcrm salesforce comparison]]></category>
		<category><![CDATA[sugarcrm vs salesforce]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=243</guid>
		<description><![CDATA[The goal of a CRM solution is to drive growth (i.e. revenue) and maximize efficiencies (i.e. profit) in business practices, processes, and relationship management (sales).  Should you have to pay a premium and be restricted on how you do this?  SugarCRM says NO!  This is why they are an open source product, why they allow &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/03/28/top-10-reasons-to-pick-sugarcrm-over-salesforce-4-money/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>The goal of a CRM solution is to drive growth (i.e. revenue) and maximize efficiencies (i.e. profit) in business practices, processes, and relationship management (sales).  Should you have to pay a premium and be restricted on how you do this?  SugarCRM says NO!  This is why they are an open source product, why they allow you to try &amp; sample their community edition solution for free, why they offer more offerings at each service level, and why they do it all at <strong>less than half the price</strong> of Salesforce.</p>
<p>SugarCRM&#8217;s Professional ready solution is $30 per month while Saleforce&#8217;s Enterprise solution is $125 per month and has FEWER KEY FEATURES! Why should your business pay more for less?  If you want to add those missing key features to Salesforce, you need to get out your wallet again because you will have to pay for the addition.  Wait, you want it customized&#8230;better pull that wallet back out.  <strong>THERE IS A BETTER WAY: SUGARCRM! </strong>They offer more at their Enterprise level, if there are additions you want to make you can select one from more that 5,700 FREE 3rd party add on applications, and since the code for SugarCRM and the application are provided to you, you can customize everything to meet your needs without paying more!</p>
<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/03/cost.jpg"><img class="aligncenter size-large wp-image-325" title="cost" src="http://opensource-pragmatist.com/wp-content/uploads/2011/03/cost-1024x325.jpg" alt="" width="590" height="187" /></a></p>
<p>SugarCRM offers so much more, for so much less.  Is there really a comparison?</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/03/28/top-10-reasons-to-pick-sugarcrm-over-salesforce-4-money/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 10 Reasons to Pick SugarCRM Over Salesforce #5: Powerful Entry Commercial Offering</title>
		<link>http://opensource-pragmatist.com/2011/03/25/top-10-reasons-to-pick-sugarcrm-over-salesforce-5-powerful-entry-commercial-offering/</link>
		<comments>http://opensource-pragmatist.com/2011/03/25/top-10-reasons-to-pick-sugarcrm-over-salesforce-5-powerful-entry-commercial-offering/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 16:41:11 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[sugar vs salesforce]]></category>
		<category><![CDATA[sugarcrm]]></category>
		<category><![CDATA[sugarcrm salesforce comparison]]></category>
		<category><![CDATA[sugarcrm vs salesforce]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=239</guid>
		<description><![CDATA[SugarCRM&#8217;s Professional offering is equivalent to the Enterprise offering of Salesforce.  Salesforce&#8217;s &#8220;Professional&#8221; offering lacks basic sales force automation features which a professional CRM should have.  Who wants to pay for a &#8220;professional&#8221;  CRM solution that won&#8217;t support  a professional sales force appropriately? SugarCRM wants their customers to get the most out of their CRM &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/03/25/top-10-reasons-to-pick-sugarcrm-over-salesforce-5-powerful-entry-commercial-offering/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>SugarCRM&#8217;s Professional offering is equivalent to the Enterprise offering of Salesforce.  Salesforce&#8217;s &#8220;Professional&#8221; offering lacks basic sales force automation features which a professional CRM <em><strong>should </strong></em>have.  <a href="http://opensource-pragmatist.com/wp-content/uploads/2011/03/Professional-Level-Chart.jpg"><img class="alignnone size-medium wp-image-240" title="Professional Level Chart" src="http://opensource-pragmatist.com/wp-content/uploads/2011/03/Professional-Level-Chart-289x300.jpg" alt="" width="289" height="300" /></a></p>
<p>Who wants to pay for a &#8220;professional&#8221;  CRM solution that won&#8217;t support  a professional sales force appropriately?</p>
<p>SugarCRM wants their customers to get the most out of their CRM solution which is why they offer flexibility and more options at every level.  If you don&#8217;t believe us&#8230;review the functional comparison chart above.</p>
<p><a href="http://opensource-pragmatist.com/contact-us/"><strong>To learn more, contact us for our complete white paper and product comparison matrices!</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/03/25/top-10-reasons-to-pick-sugarcrm-over-salesforce-5-powerful-entry-commercial-offering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Reasons to Pick SugarCRM Over Salesforce #8: Integration Framework Flexibility</title>
		<link>http://opensource-pragmatist.com/2011/03/22/top-10-reasons-to-pick-sugarcrm-over-salesforce-8-integration-framework-flexibility/</link>
		<comments>http://opensource-pragmatist.com/2011/03/22/top-10-reasons-to-pick-sugarcrm-over-salesforce-8-integration-framework-flexibility/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 14:52:59 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[sugarcrm]]></category>
		<category><![CDATA[sugarcrm salesforce comparison]]></category>
		<category><![CDATA[sugarcrm soap]]></category>
		<category><![CDATA[sugarcrm vs salesforce]]></category>
		<category><![CDATA[sugarcrm web services]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=231</guid>
		<description><![CDATA[When it is time to implement a CRM solution, the ability to customize and integrate efficiently is always important.  SugarCRM&#8217;s complete flexibility allows you to use a SOAP or REST approach for your integrations and applications. Salesforce limits your integration methods and throughput (max/quotas) limiting a business&#8217; integration, and deployment options. Furthermore, is you build &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/03/22/top-10-reasons-to-pick-sugarcrm-over-salesforce-8-integration-framework-flexibility/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/03/bhn.png"><br />
</a>When it is time to implement a CRM solution, the ability to customize and integrate efficiently is always important.  <strong>S</strong>ugarCRM&#8217;s complete flexibility allows you to use a<strong> SOAP or REST </strong>approach for your integrations and applications. Salesforce limits your integration methods and throughput (max/quotas) limiting a business&#8217; integration, and deployment options.</p>
<p>Furthermore, is you build new modules, data objects, relationships or new fields, all of these are automatically enabled through the web service framework&#8230;.with no additional work.</p>
<p>You build the module&#8230;its instantly available via web services!<a href="http://opensource-pragmatist.com/wp-content/uploads/2011/03/bhn.jpg"><img class="alignleft size-large wp-image-288" title="bhn" src="http://opensource-pragmatist.com/wp-content/uploads/2011/03/bhn-1024x370.jpg" alt="" width="590" height="213" /></a></p>
<p>The ability to use SOAP or REST creates options for integration that are limitless.  Additionally you can access your data via web services, or access via ODBC, JDBC, or a direct database connection.  This flexibility is critical to companies that want to access their data in more than one way.</p>
<p>On again, flexibility is the key to SugarCRM&#8217;s success over Salesforce.  For a company that wants choice and control of  how their CRM system is integrated with other key systems, SugarCRM is the best option&#8230;just ask your development team.</p>
<p><a href="http://developers.sugarcrm.com/docs/PRO/6.0/Developer_Guides/-docs-Developer_Guides-Sugar_Developer_Guide_6.0-Chapter%202%20Application%20Framework.html#9000244">SugarCRM&#8217;s developer wiki is a great site that tells you everything you need to know about the integration framework that you get from the application</a>.  Remember that these approaches and APIs are available in the On-Demand OR the On-Premise deployment scenarios.</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/03/22/top-10-reasons-to-pick-sugarcrm-over-salesforce-8-integration-framework-flexibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

