<?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</title>
	<atom:link href="http://www.levementum.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.levementum.com</link>
	<description>SugarCRM, Magento, OpenERP, Contivio, Pardot &#38; Compiere Consulting</description>
	<lastBuildDate>Wed, 22 Feb 2012 14:42:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>A Review of SugarCRM Web Services &#8211; a business perspective</title>
		<link>http://www.levementum.com/sugarcrm-web-services-a-business-perspective</link>
		<comments>http://www.levementum.com/sugarcrm-web-services-a-business-perspective#comments</comments>
		<pubDate>Sat, 24 Dec 2011 01:36:03 +0000</pubDate>
		<dc:creator>gmobisson@levementum.com</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Insight]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[mobisson]]></category>
		<category><![CDATA[sugar web services]]></category>
		<category><![CDATA[sugarcrm]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.levementum.com/?p=1137</guid>
		<description><![CDATA[Learn how and why the SugarCRM Web Services Platform is a reliable, scalable, and cost-effective method of integrating to your applications.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.levementum.com/technology/sugarcrm/sugarcrm-web-services-a-business-perspective/white-paper-a-review-of-sugarcrm-web-services-a-business-perspective" title="White Paper – A Review of SugarCRM Web Services (a business perspective)">this white paper can be downloaded in its entirety as a PDF here<br />
</a></p>
<h2>SugarCRM Web Services &#8211; A Business Perspective </h2>
<h3>Introduction</h3>
<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>
<h3>SugarCRM Web Services</h3>
<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>
<h3>Widely Available Web Service “Stubs” from SugarExchange – notable examples</h3>
<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>
<h3>Example Scenarios of Web Service Use</h3>
<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>
<h3>Summary</h3>
<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>
]]></content:encoded>
			<wfw:commentRss>http://www.levementum.com/sugarcrm-web-services-a-business-perspective/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Review of Magento Enterprise Edition</title>
		<link>http://www.levementum.com/a-review-of-magento-enterprise-edition</link>
		<comments>http://www.levementum.com/a-review-of-magento-enterprise-edition#comments</comments>
		<pubDate>Fri, 04 Nov 2011 00:59:50 +0000</pubDate>
		<dc:creator>gmobisson@levementum.com</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.levementum.com/?p=1109</guid>
		<description><![CDATA[Magento Enterprise is a staunchly robust, flexible and powerful platform, that dispels the notion that enterprise eCommerce software must cost six figures.]]></description>
			<content:encoded><![CDATA[<h3>A Review of Magento Enterprise Edition</h3>
<p>Making news earlier this year with its acquisition by eBay, Magento continues to make waves with its Magento Enterprise eCommerce solution – which is a groundbreaking platform whose functionality is only surpassed by its flexibility.</p>
<p>For those whose view of eCommerce is limited to placing products on Ebay or Yahoo Carts, Magento Enterprise is going to come as a revolutionary solution that can enhance their entire revenue model without breaking the bank. For those who view eCommerce as an Enterprise class sales channel for B2C or B2B solutions, Magento Enterprise is going to come as a staunchly robust, pleasantly flexible and powerful platform, that dispels the notion that enterprise eCommerce software must cost six figures.</p>
<p>READ THE REST OF THIS BLOG POST AT <a href="http://opensource-pragmatist.com/2011/11/03/a-review-of-magento-enterprise-edition/" target="_blank">http://opensource-pragmatist.com/2011/11/03/a-review-of-magento-enterprise-edition/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.levementum.com/a-review-of-magento-enterprise-edition/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Levementum opens new office in Boston</title>
		<link>http://www.levementum.com/levementum-opens-new-office-in-boston</link>
		<comments>http://www.levementum.com/levementum-opens-new-office-in-boston#comments</comments>
		<pubDate>Thu, 01 Sep 2011 17:46:21 +0000</pubDate>
		<dc:creator>gmobisson@levementum.com</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.levementum.com/?p=982</guid>
		<description><![CDATA[Boston office will enable improved delivery of CRM service and software offerings to customers in New England, and on the East Coast]]></description>
			<content:encoded><![CDATA[<p>Boston office will enable improved delivery of CRM service and software offerings to customers in New England, and on the East Coast</p>
<p>Levementum, a CRM/xRM consulting firm and VAR, has opened an office in Boston as part of a strategic effort to expand and strengthen its services delivery model on the US &#038; Canadian East Coast and to foster recruitment opportunities with universities and colleges in Eastern Massachusetts.</p>
<p>&#8220;We believe that having an office in Boston will help us deliver our service and software offerings to customers in New England, and on the East Coast, and will also enable us to attract engineers and consultants from the great schools in the area who can contribute to the broadening portfolio of processes and tools used by Levementum,&#8221; said Geoffrey E. Mobisson, Managing Director, Technology and Marketing.</p>
<p>The new office is located at 303 Wyman Street in Waltham MA, in Boston&#8217;s famed Route 128 technology corridor.  The location is Levementum&#8217;s fourth domestic office, joining offices in Phoenix, Portland and Green Bay.</p>
<p>When many VARs and consulting firms are freezing or scaling back recruitment efforts, Levementum is actively recruiting junior and senior level consultants in all of its offices.</p>
<p>Levementum is a global xRM/CRM consulting and technology services company. Combining a powerful company culture, world class capabilities, a broad array of industry solutions, and a deep commitment to powerful technologies, Levementum empowers companies to acquire and satisfy customers resulting in world class financial results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.levementum.com/levementum-opens-new-office-in-boston/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Industry analysis on SugarCRM as an alternative to Salesforce.com</title>
		<link>http://www.levementum.com/industry-analysis-on-sugarcrm-as-an-alternative-to-salesforce-com</link>
		<comments>http://www.levementum.com/industry-analysis-on-sugarcrm-as-an-alternative-to-salesforce-com#comments</comments>
		<pubDate>Tue, 12 Jul 2011 21:21:18 +0000</pubDate>
		<dc:creator>gmobisson@levementum.com</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[salesforce.com]]></category>
		<category><![CDATA[software advice]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://www.levementum.com/?p=891</guid>
		<description><![CDATA[We are seeing the erosion of Salesforce.com's first mover advantage, as players like SugarCRM are delivering higher value across multiple dimensions.]]></description>
			<content:encoded><![CDATA[<p>We are seeing the erosion of Salesforce.com&#8217;s &#8220;first mover advantage&#8221; in the world of SaaS, as players like <a href="www.levementum.com/technology/sugarcrm">SugarCRM </a>are delivering higher value than Salesforce.com in specific dimensions.</p>
<p><a href="http://www.softwareadvice.com/articles/lauren-carlson/"><strong>Lauren Carlson</strong> of <strong>Software Advice</strong></a><strong>,</strong> makes a compelling case to this effect in her article<a href="http://www.softwareadvice.com/articles/crm/salesforce-alternatives-5-systems-to-consider-1052011/" target="_blank"> &#8220;<strong>Salesforce Alternatives | 5 Cloud CRM Systems to Consider</strong>&#8220;.</a></p>
<p>Carlson writes a great article that presents SugarCRM, Oracle CRM On-Demand, NetSuite, Microsoft Dynamics and Sage Saleslogix, as viable, and in some cases, superior options to Salesforce.</p>
<p>I found her thoughts on SugarCRM to be very interesting: a focus not only on price, but on flexibility: &#8220;SugarCRM allows for a more personalized customer experience,&#8221; cites Carlson, &#8220;There are multiple dashboards that can be customized based on your role or what metrics you need to track.&#8221;&#8230;.<a href="http://opensource-pragmatist.com/2011/07/12/industry-analysis-on-sugarcrm-as-an-alternative-to-salesforce-com/">CLICK HERE TO READ THE FULL ARTICLE</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.levementum.com/industry-analysis-on-sugarcrm-as-an-alternative-to-salesforce-com/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer Video:  C3/CustomerContactChannels &#8220;SugarCRM in the Call Center&#8221;</title>
		<link>http://www.levementum.com/c3customercontactchannels-sugarcrm-in-the-call-center</link>
		<comments>http://www.levementum.com/c3customercontactchannels-sugarcrm-in-the-call-center#comments</comments>
		<pubDate>Fri, 24 Jun 2011 01:02:22 +0000</pubDate>
		<dc:creator>gmobisson@levementum.com</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.levementum.com/?p=856</guid>
		<description><![CDATA[Ken Condren hired Levementum to rapidly implement SugarCRM to manage their call center programs throughout the globe]]></description>
			<content:encoded><![CDATA[<h3>Ken Condren speaks at Call Center Week 2011 Las Vegas</h3>
<p>Ken Condren, Vice President Technology at C3/CustomerContactChannels, manages call center programs (sales and support) throughout the globe. The challenges that C3 faces every day have made CRM technology a critical component of its value delivery system. At the core of C3&#8242;s technology universe is SugarCRM Professional On-Demand. C3 worked with Levementum (a technology service provider that focuses on call center operations) to rapidly implement SugarCRM to manage their operations, integrate to their telephony platform, allow for VerInt call recording and monitoring, and enable SOAP based integration with their client operations applications.</p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/cI5PpawC_TQ" frameborder="0" allowfullscreen></iframe></p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/epxsmhoS5cw" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.levementum.com/c3customercontactchannels-sugarcrm-in-the-call-center/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eBay buys Magento…what does it mean?</title>
		<link>http://www.levementum.com/ebay-buys-magento%e2%80%a6what-does-it-mean</link>
		<comments>http://www.levementum.com/ebay-buys-magento%e2%80%a6what-does-it-mean#comments</comments>
		<pubDate>Sat, 11 Jun 2011 04:36:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.levementum.com/?p=1</guid>
		<description><![CDATA[As most of you know, eBay bought out Magento last week, picking up the 51% of the company it didn’t own.]]></description>
			<content:encoded><![CDATA[<h3>A new opportunity for Magento customers and partners</h3>
<p>As most of you know, eBay bought out Magento last week, picking up  the 51% of the company it didn’t own.  While I have no idea what they  paid for it, we do know that its initial purchase of Magento (the 49%)  valued the company at 45 million.  I would bet the farm that the  remaining 51% cost them at least 2-3 times as much, netting them out at a  valuation of between 100-200m, and fetching at least 50-100m in this  transaction.  That is, of course, pure speculation.</p>
<p>READ THE REST OF THIS BLOG POST AT <a href="http://opensource-pragmatist.com/2011/06/06/ebay-buys-magento-what-does-it-mean/" target="_blank">http://opensource-pragmatist.com/2011/06/06/ebay-buys-magento-what-does-it-mean/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.levementum.com/ebay-buys-magento%e2%80%a6what-does-it-mean/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SugarCRM vs Salesforce.com</title>
		<link>http://www.levementum.com/sugarcrm-vs-salesforce-com</link>
		<comments>http://www.levementum.com/sugarcrm-vs-salesforce-com#comments</comments>
		<pubDate>Fri, 10 Jun 2011 02:22:46 +0000</pubDate>
		<dc:creator>andytford</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.levementum.com/?p=666</guid>
		<description><![CDATA[Review the slide deck from Levementum&#8217;s recent webinar on the Top 10 reasons to switch from Salesforce.com to SugarCRM. SugarCRM vs Salesforce 2010 View more presentations from Levementum.]]></description>
			<content:encoded><![CDATA[<p>Review the <a href="http://opensource-pragmatist.com/2010/11/08/top-10-reasons-for-salesforce-com-customers-to-switch-to-sugarcrm/">slide deck</a> from Levementum&#8217;s recent webinar on the Top 10 reasons to switch from Salesforce.com to SugarCRM. </p>
<div style="width: 425px;" id="__ss_5707815"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/gmobisson/sugarcrm-vs-salesforce-2010" title="SugarCRM vs Salesforce 2010">SugarCRM vs Salesforce 2010</a></strong><object height="355" width="425" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="__sse5707815"><param value="true" name="allowFullScreen"><param value="always" name="allowScriptAccess"><param value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=sugarcrmvssalesforce2010-101108161133-phpapp01&amp;stripped_title=sugarcrm-vs-salesforce-2010&amp;userName=gmobisson" name="src"><param value="__sse5707815" name="name"><param value="true" name="allowfullscreen"><embed height="355" width="425" allowfullscreen="true" allowscriptaccess="always" name="__sse5707815" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=sugarcrmvssalesforce2010-101108161133-phpapp01&amp;stripped_title=sugarcrm-vs-salesforce-2010&amp;userName=gmobisson" type="application/x-shockwave-flash" id="__sse5707815"></object>
</p>
<div style="padding:5px 0 12px">View more presentations from <a href="http://www.slideshare.net/gmobisson">Levementum</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.levementum.com/sugarcrm-vs-salesforce-com/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Levementum Announces Sweet “Migrate to Sugar 6 Program”</title>
		<link>http://www.levementum.com/levementum-announces-sweet-%e2%80%9cmigrate-to-sugar-6-program%e2%80%9d</link>
		<comments>http://www.levementum.com/levementum-announces-sweet-%e2%80%9cmigrate-to-sugar-6-program%e2%80%9d#comments</comments>
		<pubDate>Wed, 22 Sep 2010 17:16:51 +0000</pubDate>
		<dc:creator>gmobisson@levementum.com</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.levementum.com/?p=761</guid>
		<description><![CDATA[Fixed price offerings make for a predictable experience. ]]></description>
			<content:encoded><![CDATA[<p>Phoenix, AZ (PRWEB) September 22, 2010</p>
<p>Levementum (http://www.levementum.com), a leading reseller and implementation partner for SugarCRM (http://www.sugarcrm.com), today announce three fixed-price offerings that enable current SugarCRM software users to move to the latest version of SugarCRM at a fixed price.</p>
<p>&#8220;The new version of SugarCRM has dramatically improved functionality and usability,&#8221; said Douglas Guilbeau, Managing Director of Levementum. &#8220;All customers must make it a priority to make the move to Sugar 6.&#8221;</p>
<p>The Migrate to Sugar 6 Program (http://www.levementum.com/sugar6) is available for all users of SugarCRM version 4.5.1 or higher. The program allows customers to leverage the new features in Sugar 6, while keeping their legacy of data, users, security roles, teams, logic hooks and upgrade-safe customizations. Even in cases where previous customizations have not been implemented in an upgrade-safe manner, Levementum has a fixed price assessment and design review for these items, to ensure that these customizations are accounted for. Customer migrations usually can be accomplished within 1 to 3 business days.</p>
<p>&#8220;Sugar 6 is the most intuitive, flexible and open CRM application on the market,&#8221; said Andy Dreisch, Vice President of Professional Services for SugarCRM. &#8220;Levementum has designed a powerful program to help customers benefit from Sugar 6 in an affordable and risk-free manner.&#8221;</p>
<p>Sugar 6 was released for general availability in July 2010. Since its release, it has received countless accolades and positive reviews, culminating with its award of the Information Week BOSSIE (Best of Open Source) in August 2010. The new version of the software not only delivers a new look and feel, it is also full of features that enhance the user&#8217;s experience. Here are some of the new features included in Sugar 6:</p>
<p>* Sugar 6 delivers a clean, bold look with new buttons and icons that allow users to perform tasks more easily while increasing the information density of each screen. Simplified default views, inline filtering and one-click actions conform to the multitasking environment common to busy sales people.</p>
<p>* Building upon its reputation as the most flexible CRM on the market, Sugar 6 empowers users with the ability to view and consume data and applications from nearly any source, thanks to the ultra-flexible Sugar 6 platform.</p>
<p>* As a leader in open source, SugarCRM sets the bar in the business applications industry for offering users freedom and choice in deploying and managing their CRM. Sugar 6 is designed to run on any cloud service platform or on-premise operating system.</p>
<p>Additionally, the upgrade enables you to easily view and integrate information from social networks and data services such as Twitter, LinkedIn and Hoover&#8217;s inside of the SugarCRM user interface. SugarCRM also supports multiple operating systems and cloud platforms and a variety of mobile devices, and synchs with a number of common business applications, such as Microsoft Office.</p>
<p>&#8220;Existing SugarCRM users will find that the Levementum migration program is just what they need, as we take the risk and uncertainty out of that move by providing a migration offering that makes the costs clear before the project starts,&#8221; said Geoffrey Mobisson, Managing Director of Technology and Partnerships.</p>
<p>The Migrate to Sugar 6 Program is available to all SugarCRM customers who are currently running version 4.5.1 or higher, Pricing and other information is available at www.levementum.com/sugar6 (http://www.levementum.com/sugar6). Or please contact us by phone at (480) 320-2500 in the US or +61 433 284 485 in Australia, or email sales@levementum.com. In addition to the fixed price packaging, Levementum is including a Free two hour training session to enable customers to immediately take advantage of the power in Sugar6.</p>
<p>About Levementum</p>
<p>Levementum is a leading professional services firm focused on delivering world-class implementations of Open Source Enterprise Software, including ERP, CRM and Business Intelligence solutions. Our primary focus is on solving complex business problems, using open Source solutions. Levementum is a preferred implementation partner and system integrator for SugarCRM, Compiere, Magento, Mindtouch and Pentaho; supporting customers with locations worldwide out of its offices in Phoenix, New York, Atlanta, Portland, Green Bay and Sydney, Australia. For additional information, visit our website at www.levementum.com, or call (1) 480 320-2500 in North America, South America and EMEA, or call: +61 433 284 485 in Australia and Asia.</p>
<p>About SugarCRM</p>
<p>SugarCRM makes CRM Simple. As the world&#8217;s leading provider of open source customer relationship management (CRM) software, SugarCRM applications have been downloaded more than seven million times and currently serve over 600,000 end users in 80 languages. Over 6,000 customers have chosen SugarCRM&#8217;s On-Site and Cloud Computing services over proprietary alternatives. SugarCRM has been recognized for its customer success and product innovation by CRM Magazine, InfoWorld, Customer Interaction Solutions and Intelligent Enterprise.</p>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Phoenix, AZ (PRWEB) September 22, 2010&nbsp;</p>
<p>Levementum (http://www.levementum.com), a leading reseller and implementation partner for SugarCRM (http://www.sugarcrm.com), today announce three fixed-price offerings that enable current SugarCRM software users to move to the latest version of SugarCRM at a fixed price.</p>
<p>&#8220;The new version of SugarCRM has dramatically improved functionality and usability,&#8221; said Douglas Guilbeau, Managing Director of Levementum. &#8220;All customers must make it a priority to make the move to Sugar 6.&#8221;</p>
<p>The Migrate to Sugar 6 Program (http://www.levementum.com/sugar6) is available for all users of SugarCRM version 4.5.1 or higher. The program allows customers to leverage the new features in Sugar 6, while keeping their legacy of data, users, security roles, teams, logic hooks and upgrade-safe customizations. Even in cases where previous customizations have not been implemented in an upgrade-safe manner, Levementum has a fixed price assessment and design review for these items, to ensure that these customizations are accounted for. Customer migrations usually can be accomplished within 1 to 3 business days.</p>
<p>&#8220;Sugar 6 is the most intuitive, flexible and open CRM application on the market,&#8221; said Andy Dreisch, Vice President of Professional Services for SugarCRM. &#8220;Levementum has designed a powerful program to help customers benefit from Sugar 6 in an affordable and risk-free manner.&#8221;</p>
<p>Sugar 6 was released for general availability in July 2010. Since its release, it has received countless accolades and positive reviews, culminating with its award of the Information Week BOSSIE (Best of Open Source) in August 2010. The new version of the software not only delivers a new look and feel, it is also full of features that enhance the user&#8217;s experience. Here are some of the new features included in Sugar 6:</p>
<p>* Sugar 6 delivers a clean, bold look with new buttons and icons that allow users to perform tasks more easily while increasing the information density of each screen. Simplified default views, inline filtering and one-click actions conform to the multitasking environment common to busy sales people.</p>
<p>* Building upon its reputation as the most flexible CRM on the market, Sugar 6 empowers users with the ability to view and consume data and applications from nearly any source, thanks to the ultra-flexible Sugar 6 platform.</p>
<p>* As a leader in open source, SugarCRM sets the bar in the business applications industry for offering users freedom and choice in deploying and managing their CRM. Sugar 6 is designed to run on any cloud service platform or on-premise operating system.</p>
<p>Additionally, the upgrade enables you to easily view and integrate information from social networks and data services such as Twitter, LinkedIn and Hoover&#8217;s inside of the SugarCRM user interface. SugarCRM also supports multiple operating systems and cloud platforms and a variety of mobile devices, and synchs with a number of common business applications, such as Microsoft Office.</p>
<p>&#8220;Existing SugarCRM users will find that the Levementum migration program is just what they need, as we take the risk and uncertainty out of that move by providing a migration offering that makes the costs clear before the project starts,&#8221; said Geoffrey Mobisson, Managing Director of Technology and Partnerships.</p>
<p>The Migrate to Sugar 6 Program is available to all SugarCRM customers who are currently running version 4.5.1 or higher, Pricing and other information is available at www.levementum.com/sugar6 (http://www.levementum.com/sugar6). Or please contact us by phone at (480) 320-2500 in the US or +61 433 284 485 in Australia, or email sales@levementum.com. In addition to the fixed price packaging, Levementum is including a Free two hour training session to enable customers to immediately take advantage of the power in Sugar6.</p>
<p>About Levementum</p>
<p>Levementum is a leading professional services firm focused on delivering world-class implementations of Open Source Enterprise Software, including ERP, CRM and Business Intelligence solutions. Our primary focus is on solving complex business problems, using open Source solutions. Levementum is a preferred implementation partner and system integrator for SugarCRM, Compiere, Magento, Mindtouch and Pentaho; supporting customers with locations worldwide out of its offices in Phoenix, New York, Atlanta, Portland, Green Bay and Sydney, Australia. For additional information, visit our website at www.levementum.com, or call (1) 480 320-2500 in North America, South America and EMEA, or call: +61 433 284 485 in Australia and Asia.</p>
<p>About SugarCRM</p>
<p>SugarCRM makes CRM Simple. As the world&#8217;s leading provider of open source customer relationship management (CRM) software, SugarCRM applications have been downloaded more than seven million times and currently serve over 600,000 end users in 80 languages. Over 6,000 customers have chosen SugarCRM&#8217;s On-Site and Cloud Computing services over proprietary alternatives. SugarCRM has been recognized for its customer success and product innovation by CRM Magazine, InfoWorld, Customer Interaction Solutions and Intelligent Enterprise.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.levementum.com/levementum-announces-sweet-%e2%80%9cmigrate-to-sugar-6-program%e2%80%9d/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Levementum Opens New Office in Sydney, Australia</title>
		<link>http://www.levementum.com/levementum-opens-new-office-in-sydney-australia</link>
		<comments>http://www.levementum.com/levementum-opens-new-office-in-sydney-australia#comments</comments>
		<pubDate>Sun, 15 Aug 2010 17:21:02 +0000</pubDate>
		<dc:creator>gmobisson@levementum.com</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.levementum.com/?p=765</guid>
		<description><![CDATA[Global xRM firm, expands its CRM and eCommerce practice to Sydney]]></description>
			<content:encoded><![CDATA[<div>
<h3>Expands its Global Open Source practice to Sydney</h3>
</div>
<p>(PRWEB) August 15, 2010</p>
<p><img src="file:///C:/Users/GMOBIS%7E1/AppData/Local/Temp/moz-screenshot.png" alt="" /></p>
<p>Levementum, a global Open Source consulting, technology services firm, has expanded via a new subsidiary, Levementum Australia, in Sydney, that will provide comprehensive services for design, implementation, support, training and cloud hosting, as well as the sale of its SugarCRM, Compiere ERP, Magento Commerce, Mindtouch Collaboration and Pentaho BI solutions.</p>
<p><img class="alignleft" title="Levementum Australia Office" src="http://www.levementum.com/images/content/C53hSUGWi2ufVTj1MAi1-m.jpg" alt="" width="100" height="149" />The Australian subsidiary will facilitate delivery of implementation and support services in Australia and the Asia Pacific region. Customers will benefit from the experience and support provided by the local team.</p>
<p>“The establishment of our office in Sydney will allow us to provide services to our Australian and Asia/Pacific clients looking to leverage our world class open source and business consulting capabilities across a number of industries,” said Stephen Durant, Managing Director of Levementum Australia. Durant, who has led sales and consulting operations in the Australian and Asian markets for over a decade, will be the chief executive of the Australian subsidiary.</p>
<p>Levementum has selected Sydney, among various potential locations, for its large population of motivated professionals, its modern infrastructure, and Australia’s economic and political stability. The Sydney office will join other Levementum centers in North America, providing a complete array of open source technology and business process consulting services.</p>
<p>In making today&#8217;s announcement, Geoffrey Mobisson, Levementum’s Managing Director of Technology and Marketing said, &#8220;Our research shows that Australia is the perfect fit for our continued expansion strategy. Its strong and growing economy, coupled with significant talent and universal acceptance of cutting edge, emerging technologies, is the perfect recipe for success.&#8221; He continued, &#8220;Open source solutions like SugarCRM have tremendous rates of adoption in Australia, and it’s only natural that Levementum, as a global leader in SugarCRM and other open source solutions, expands its presence there.&#8221;</p>
<p>“Open Source knows no boundaries, and as such, Levementum knows no boundaries. We have the industry knowledge and technical capabilities to service our clients in the markets and geographies that make the most sense for them,” said Douglas Guilbeau, Managing Director of Levementum’s global operations. “By adding a new center, we will provide customers in Australia and Asia Pacific with the highest levels of service – be it through implementation projects, customer support, cloud hosting or training – anywhere that service is required, at any time, and in any language our customers use.”</p>
<p>About Levementum<br />
Levementum is a leading professional services firm focused on delivering world-class implementations of Open Source Enterprise Software, including ERP, CRM and Business Intelligence solutions. Our primary focus is on solving complex business problems, using open Source solutions. Levementum is a preferred implementation partner and system integrator for SugarCRM, Compiere, Magento, Mindtouch and Pentaho; supporting customers with locations worldwide out of its offices in Phoenix, New York, Atlanta, Portland, Green Bay and Sydney, Australia. For additional information, visit www.levementum.com.</p>
<p>Levementum &#8211; HQ<br />
88 S San Marcos Place<br />
Chandler, AZ 85225<br />
Phone: 1 (480) 320-2500<br />
Fax: 1 (480) 320-2517</p>
<p>Levementum – Australia<br />
Level 34, 50 Bridge Street<br />
Sydney NSW 2000 Australia<br />
Phone: +61 433 284 485             +61 433 284 485</p>
]]></content:encoded>
			<wfw:commentRss>http://www.levementum.com/levementum-opens-new-office-in-sydney-australia/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extreme CRM Makeover, Open Source Edition</title>
		<link>http://www.levementum.com/extreme-crm-makeover-open-source-edition</link>
		<comments>http://www.levementum.com/extreme-crm-makeover-open-source-edition#comments</comments>
		<pubDate>Thu, 12 Aug 2010 21:39:53 +0000</pubDate>
		<dc:creator>gmobisson@levementum.com</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.levementum.com/?p=779</guid>
		<description><![CDATA[Episode 4, Levementum Implements Sugar]]></description>
			<content:encoded><![CDATA[<div>
<h3>Episode 4, Levementum Implements Sugar</h3>
</div>
<p>Open source knows no limits with  Levementum.  That is the motto of this firm that has built a successful  business  performing custom implementations of several enterprise open  source  products, including SugarCRM. Sugar has brough Levementum into  the  American Bancard project to help with the implementation and   customizations that American Bancard would like to have.</p>
<p>I had a chance to sit down with managing directors, Doug Guilbeau and Geoffrey Mobisson and  talk about the overall business of Levementum, what they are  seeing  with SugarCRM and specifically in the American Bancard project.  You can  hear what they had to say here:</p>
<p><object width="440" height="85" data="http://ashimmy.podomatic.com/swf/joeplayer_v9.swf" type="application/x-shockwave-flash"><param name="flashvars" value="jsonLocation=http%3A%2F%2Fashimmy.podomatic.com%2Fentry%2Fembed_params%2F2010-08-12T20_17_24-07_00%3Ffoo%3Dbar%26color%3D1c60ff%26autoPlay%3Dfalse%26width%3D440%26height%3D85" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://ashimmy.podomatic.com/swf/joeplayer_v9.swf" /><param name="allowfullscreen" value="true" /></object>
</p>
<p>It is great to hear that there are businesses who are doing well that   only do services around implementing open source packages. The   Levementum team believes the key to their success has been that open   source offers so much flexibility, allowing their customers to do just   about anything they want with the software.  Open source knows no limits   according to Doug and Geoffrey.</p>
<p><img class="alignleft" src="http://www.networkworld.com/community/files/imce/img_blogs/Dguilbeau1.jpg" alt="" width="118" height="169" />Besides Sugar, the Levementum team also perform implementations of <img class="alignright" src="http://www.networkworld.com/community/files/imce/img_blogs/GMobisson-2010-Headshot-Home-Smallfile.jpg" alt="" width="175" height="165" />Magento,   Compiere and Pentaho. But the team is the &#8220;go to&#8221; partner for Sugar.   When the requirements of the American Bancard team were fleshed out,   Sugar sent out for Levementum to help.</p>
<p>Following their standard methodology the Levementum team is digging   in to make sure both Sugar, American Bancard and Levementum understand   the exact expectations of everyone.</p>
<p>Now they are planning the implementation. We will report back in a   few weeks on how they are doing. In the meantime listen to what they   have to say.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.levementum.com/extreme-crm-makeover-open-source-edition/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

