<?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/"
	>

<channel>
	<title>SugarCRM Blog</title>
	<atom:link href="http://sugarcrm.openapp.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://sugarcrm.openapp.org</link>
	<description>SugarCRM - Implementation &#124; Hacks &#124; Migration &#038; Other Stories</description>
	<pubDate>Sun, 05 Apr 2009 12:51:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What Open Source APIs are used by SugarCRM?</title>
		<link>http://sugarcrm.openapp.org/2009/04/05/what-open-source-apis-are-used-by-sugarcrm/</link>
		<comments>http://sugarcrm.openapp.org/2009/04/05/what-open-source-apis-are-used-by-sugarcrm/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 12:51:22 +0000</pubDate>
		<dc:creator>avinash</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[Implementation]]></category>

		<category><![CDATA[apis]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://sugarcrm.openapp.org/?p=231</guid>
		<description><![CDATA[Friend recently asked me what is all there under the hood in SugarCRM. Most programmers who come from J2EE and C++ background have a tendency to expect complexity as part of enterprise software.
Like something has to be hard!
List of APIs written by wonderful folks at SugarCRM and few coming from open source community:

Sugar - The [...]]]></description>
			<content:encoded><![CDATA[<p>Friend recently asked me what is all there under the hood in SugarCRM. Most programmers who come from J2EE and C++ background have a tendency to expect complexity as part of enterprise software.</p>
<p>Like something has to be <em>hard</em>!</p>
<p>List of APIs written by wonderful folks at SugarCRM and few coming from open source community:</p>
<ul>
<li>Sugar - The world&#8217;s most popular sales force automation application created by SugarCRM Inc. (<a href="http://www.sugarcrm.com/" target="_blank">http://www.sugarcrm.com</a>)</li>
<li>XTemplate - A template engine for PHP created by Barnabás Debreceni (<a href="http://sourceforge.net/projects/xtpl" target="_blank">http://sourceforge.net/projects/xtpl</a>)</li>
<li>NuSOAP - A set of PHP classes that allow developers to create and consume web services created by NuSphere Corporation and Dietrich Ayala (<a href="http://dietrich.ganx4.com/nusoap" target="_blank">http://dietrich.ganx4.com/nusoap</a>)</li>
<li>JS Calendar - A calendar for entering dates created by Mihai Bazon (<a href="http://www.dynarch.com/mishoo/calendar.epl" target="_blank">http://www.dynarch.com/mishoo/calendar.epl</a>)</li>
<li>PHP PDF - A library for creating PDF documents created by Wayne Munro (<a href="http://ros.co.nz/pdf/" target="_blank">http://ros.co.nz/pdf/</a>)</li>
<li>DOMIT! - An xml parser for PHP based on the Document Object Model (DOM) Level 2 Spec. (<a href="http://sourceforge.net/projects/domit-xmlparser/" target="_blank">http://sourceforge.net/projects/domit-xmlparser</a>)</li>
<li>DOMIT RSS - An RSS feed parser based on the DOMIT pure PHP XML parser. (<a href="http://sourceforge.net/projects/domit-rssparser/" target="_blank">http://sourceforge.net/projects/domit-rssparser</a>)</li>
<li>PNG Behavior - Adds support for PNG graphic format to Internet Explorer. (<a href="http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html" target="_blank">http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html</a>)</li>
<li>JSON.php - A PHP script to convert to and from JSON data format by Michal Migurski. (<a href="http://mike.teczno.com/json.html" target="_blank">http://mike.teczno.com/json.html</a>)</li>
<li>JSON.js - A JSON parser and JSON stringifier in JavaScript. (<a href="http://www.json.org/js.html" target="_blank">http://www.json.org/js.html</a>)</li>
<li>HTTP_WebDAV_Server - A WebDAV Server Implementation in PHP. (<a href="http://pear.php.net/package/HTTP_WebDAV_Server" target="_blank">http://pear.php.net/package/HTTP_WebDAV_Server</a>)</li>
<li>JavaScript O Lait - A library of reusable modules and components to enhance JavaScript by Jan-Klaas Kollhof. (<a href="http://jsolait.net/" target="_blank">http://jsolait.net/</a>)</li>
<li>PclZip - library offers compression and extraction functions for Zip formatted archives by Vincent Blavet (<a href="http://www.phpconcept.net/pclzip/index.en.php" target="_blank">http://www.phpconcept.net/pclzip/index.en.php/</a>)</li>
<li>Smarty - A template engine for PHP. (<a href="http://smarty.php.net/" target="_blank">http://smarty.php.net/</a>)</li>
<li>Overlibmws - JavaScript library for client-side windowing. (<a href="http://www.macridesweb.com/oltest/" target="_blank">http://www.macridesweb.com/oltest/</a>)</li>
<li>Yahoo! User Interface Library - The UI Library Utilities facilitate the implementation of rich client-side features. (<a href="http://developer.yahoo.net/yui/" target="_blank">http://developer.yahoo.net/yui/</a>)</li>
<li>PHPMailer - A full featured email transfer class for PHP (<a href="http://phpmailer.sourceforge.net/" target="_blank">http://phpmailer.sourceforge.net/</a>)</li>
<li>Crypt_Blowfish - Allows for quick two-way blowfish encryption without requiring the MCrypt PHP extension. (<a href="http://pear.php.net/package/Crypt_Blowfish/" target="_blank">http://pear.php.net/package/Crypt_Blowfish/</a>)</li>
<li>PHP_Compat - Provides missing functionality for older versions of PHP. (<a href="http://pear.php.net/package/PHP_Compat/" target="_blank">http://pear.php.net/package/PHP_Compat/</a>)</li>
<li>HTML_Safe - A parser that strips down all potentially dangerous content within HTML (<a href="http://pear.php.net/package/HTML_Safe/" target="_blank">http://pear.php.net/package/HTML_Safe/</a>)</li>
<li>XML_HTMLSax3 - A SAX parser for HTML and other badly formed XML documents (<a href="http://pear.php.net/package/XML_HTMLSax3/" target="_blank">http://pear.php.net/package/XML_HTMLSax3/</a>)</li>
<li>Yahoo! UI Extensions Library - Extensions to the Yahoo! User Interface Library by Jack Slocum (<a href="http://www.jackslocum.com/blog/" target="_blank">http://www.jackslocum.com/blog/</a>)</li>
<li>JSMin - filter which removes comments and unnecessary whitespace from JavaScript files. (<a href="http://www.crockford.com/javascript/jsmin.html" target="_blank">http://www.crockford.com/javascript/jsmin.html</a>)</li>
<li>SWFObject - Javascript Flash Player detection and embed script. (<a href="http://blog.deconcept.com/swfobject/" target="_blank">http://blog.deconcept.com/swfobject</a>)</li>
<li>TinyMCE - A WYSIWYG editor control for web browsers that enables the user to edit HTML contents (<a href="http://wiki.moxiecode.com/index.php/TinyMCE:Index" target="_blank">http://wiki.moxiecode.com/index.php/TinyMCE:Index</a>)</li>
<li>Ext - A client-side JavaScript framework for building web applications. (<a href="http://extjs.com/" target="_blank">http://extjs.com</a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sugarcrm.openapp.org/2009/04/05/what-open-source-apis-are-used-by-sugarcrm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Steps to remove dashlet from SugarCRM</title>
		<link>http://sugarcrm.openapp.org/2009/04/03/221/</link>
		<comments>http://sugarcrm.openapp.org/2009/04/03/221/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 12:51:08 +0000</pubDate>
		<dc:creator>vikash</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<category><![CDATA[Customer Stories]]></category>

		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://sugarcrm.openapp.org/?p=221</guid>
		<description><![CDATA[Sugar administration section loads up sugar news dashlet and this caused annoyance to one of our customer.  I can see how this can be irritating for some users.

Here are quick steps to remove this dashlet:
Go to
modules/Administration/index.php
Go to line 355 and comment out following line:

Not only you will avoid making call to external site but also [...]]]></description>
			<content:encoded><![CDATA[<p>Sugar administration section loads up sugar news dashlet and this caused annoyance to one of our customer.  I can see how this can be irritating for some users.<br />
<img class="alignnone size-full wp-image-220" src="http://sugarcrm.openapp.org/wp-content/uploads/2009/04/sugarcrm-2.gif" alt="sugarcrm-2" width="540" height="330" /></p>
<p>Here are quick steps to remove this dashlet:</p>
<p>Go to</p>
<p>modules/Administration/index.php</p>
<p>Go to line 355 and comment out following line:</p>
<p><img class="alignnone size-full wp-image-219" src="http://sugarcrm.openapp.org/wp-content/uploads/2009/04/sugarcrm-1.gif" alt="sugarcrm-1" width="495" height="97" /></p>
<p>Not only you will avoid making call to external site but also remove unnecessary scrolling required to go to key administration features.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugarcrm.openapp.org/2009/04/03/221/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sugar(y) Roundup From Around the Web</title>
		<link>http://sugarcrm.openapp.org/2009/03/09/sugary-roundup-from-around-the-web/</link>
		<comments>http://sugarcrm.openapp.org/2009/03/09/sugary-roundup-from-around-the-web/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 09:45:05 +0000</pubDate>
		<dc:creator>vikash</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://sugarcrm.openapp.org/?p=211</guid>
		<description><![CDATA[There is plenty of SugarCRM wisdom floating around. Tips and hacks are flying around. Great time to be a SugarCRM developer -
Email marketing campaign using SugarCRM 
Performance and response time are critical issues. Fact that SugarCRM is written on LAMP affects performance characteristics. I think it makes it run faster, availability of good thriving LAMP [...]]]></description>
			<content:encoded><![CDATA[<p>There is plenty of SugarCRM wisdom floating around. Tips and hacks are flying around. Great time to be a SugarCRM developer -</p>
<p><a href="http://www.sanver.com/blog/?p=58">Email marketing campaign using SugarCRM </a></p>
<p><a href="http://open-source-crm-guru.com/2009/03/01/lamp-stack-influence-on-sugarcrm-performance/">Performance and response time are critical issues</a>. Fact that SugarCRM is written on LAMP affects performance characteristics. I think it makes it run faster, availability of good thriving LAMP performance management ecosystem helps.</p>
<p><a href="http://blog.ffff.ca/2009/03/02/consuming-a-google-reader-shared-items-page-with-sugarcrm/">How to consume Google Reader shared items</a> with SugarCRM</p>
<p><a href="http://doquent.wordpress.com/2009/03/02/book-review-sugarcrm-developers-manual/">Review of SugarCRM Developer&#8217;s Manual</a> Authored by Dr. Mark Alexander Bai</p>
]]></content:encoded>
			<wfw:commentRss>http://sugarcrm.openapp.org/2009/03/09/sugary-roundup-from-around-the-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Angel.com Brings Hosted IVR  to SugarCRM</title>
		<link>http://sugarcrm.openapp.org/2009/02/27/angelcom-brings-hosted-ivr-to-sugarcrm/</link>
		<comments>http://sugarcrm.openapp.org/2009/02/27/angelcom-brings-hosted-ivr-to-sugarcrm/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 10:44:02 +0000</pubDate>
		<dc:creator>vikash</dc:creator>
		
		<category><![CDATA[Implementation]]></category>

		<category><![CDATA[VoIP Telephony]]></category>

		<category><![CDATA[agency.com]]></category>

		<category><![CDATA[connector]]></category>

		<category><![CDATA[sugarcrm]]></category>

		<category><![CDATA[Voip]]></category>

		<guid isPermaLink="false">http://sugarcrm.openapp.org/?p=192</guid>
		<description><![CDATA[Angel.com, provider of on-demand call center and Interactive Voice Response (IVR) solutions, recently announced the Angel.com SugarCRM Connector:
With the SugarCRM Connector, Angel.com makes it possible to access, update and manage accounts, contacts and leads using voice commands over the phone. Users can record details from a recently completed meeting, set a follow-up task or dial [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:left; padding:4px;" title="agency-dot-com" src="http://sugarcrm.openapp.org/wp-content/uploads/2009/02/agency-dot-com.png" alt="agency-dot-com" width="281" height="69" /><a href="http://www.angel.com/solutions/sugarcrm.jsp">Angel.com</a>, provider of on-demand call center and Interactive Voice Response (IVR) solutions, recently announced the Angel.com SugarCRM Connector:</p>
<blockquote><p>With the SugarCRM Connector, Angel.com makes it possible to access, update and manage accounts, contacts and leads using voice commands over the phone. Users can record details from a recently completed meeting, set a follow-up task or dial a contact by voice. Angel.com’s speech-to-text functionality also allows SugarCRM users to send e-mails by instantly transcribing and sending a spoken message as text.</p>
<p>A host of contact center and customer support tools are also built into Angel.com’s SugarCRM Connector. With SugarCRM Support, callers can perform functions such as checking the status of a case, opening a case or transferring to a live agent by connecting to their SugarCRM account through the phone. By implementing Angel.com’s SugarCRM Connector, customers also have the ability to retrieve data about callers in real time, allowing them to service each caller differently depending on the context of their call.</p></blockquote>
<p>It is offered in a SaaS model -</p>
<blockquote>
<ul>
<li> Fully hosted: the Connector is offered as a service &#8212; no code installs.</li>
<li> Easy to use: all you need to know are the parameters to pass, and what variables are returned and you can start invoking it from an Angel.com transaction page.</li>
<li> Powerful: enables you to execute actions such as creating a lead, looking up a contact, creating and updating cases.</li>
<li> Personalization: with the ability to retrieve data about callers in real time, you can now treat each caller differently depending on the context of their call.</li>
<li> Automation: callers can now accomplish tasks over the phone without needing to speak to an agent.</li>
<li> Insight: with the Connector, you can now log details about every call and gain deep insight of activity on your phone line.</li>
</ul>
</blockquote>
<p>Anybody care to share their feedback or experience with this product?</p>
]]></content:encoded>
			<wfw:commentRss>http://sugarcrm.openapp.org/2009/02/27/angelcom-brings-hosted-ivr-to-sugarcrm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SugarCRM Plans New Marketing, Partner Management Tools</title>
		<link>http://sugarcrm.openapp.org/2009/02/05/sugarcrm-plans-new-marketing-partner-management-tools/</link>
		<comments>http://sugarcrm.openapp.org/2009/02/05/sugarcrm-plans-new-marketing-partner-management-tools/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 06:26:35 +0000</pubDate>
		<dc:creator>vikash</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://sugarcrm.openapp.org/2009/02/05/sugarcrm-plans-new-marketing-partner-management-tools/</guid>
		<description><![CDATA[Every marketing people know about CRM (Customer Relationship Management) and SugarCRM is one of the very famous CRM services provider. SugarCRM is popular in whole world for providing CRM services. SugarCRM always come up with new version  according to market need and customer demands. Now SugarCRM Plans New Marketing, Partner Management Tools. Give a quick [...]]]></description>
			<content:encoded><![CDATA[<p>Every marketing people know about CRM (Customer Relationship Management) and SugarCRM is one of the very famous CRM services provider. SugarCRM is popular in whole world for providing CRM services. SugarCRM always come up with new version  according to market need and customer demands. Now SugarCRM Plans New Marketing, Partner Management Tools. Give a quick look to know more about Partner Management Tools:-</p>
<p><em>SugarCRM will add new marketing and partner management capabilities to an upgrade of its open-source customer relationship management software due out by about the end of the year, company officials said.</em></p>
<div><em>SugarCRM version 6.0 will be released in beta by about October and made generally available by the end of the year, depending on feedback from the beta test, said Clint Oram, SugarCRM cofounder and vice president of product management, at the company&#8217;s <a href="http://www.sugarcrm.com/crm/events/sugarcon">SugarCon</a> conference in San Francisco Monday.</em><em>Version 6.0 will have better lead generation tools, including a scoring tool that looks at how potential clients have responded to past marketing campaigns along with data such as their job title and company size. It will also coordinate multistep marketing efforts, where prospects are approached through various campaigns &#8212; e-mail, telephone, Web advertisements &#8212; that are sometimes linked to each other.</em></p>
<p><em>A new partner management application will allow partners to access a company&#8217;s SugarCRM system, to register deals or ask for marketing funds, for example. It will provide separate views for partners and securely restrict access to information that&#8217;s relevant to them, Oram said.</em></p>
<p><em>SugarCRM was founded four years ago and has about 4,500 paying customers, up from 3,000 a year ago, according to Oram. Customers can use its open-source software on-premise, or as a hosted service from either SugarCRM or one of its partners. Tata Communications of India added its name to that partner list this week.</em></p>
<p><em>The company is building a network of resellers and service providers that is allowing it to compete better with larger rivals such as Microsoft and Salesforce.com, according to Kristian af Saneberg, who manages SugarCRM accounts for Redpill Linpro, an open-source services company that operates across Scandinavia.</em></p>
<p><em>Linpro won a deal to provide a 400-seat SugarCRM system for the Nordic division of Avis Rent A Car, Saneberg said. It beat out Microsoft Dynamics and a smaller vendor, Mayflower, because Linpro was able to customize the open-source SugarCRM software to give Avis exactly what it asked for, he said.</em></p>
<p><em>&#8220;We built some new modules and did some integration that you can&#8217;t do with Dynamics,&#8221; Saneberg said.</em></p>
<p><em>Still, SugarCRM is a relatively young product and some of its capabilities are quite basic. A few people at SugarCon said it needs a better calendaring application &#8212; one reseller here said he lost a deal over it. Another person asked for a better project management tool. Oram said calendaring and advanced project management, along with some other features like full-text search, aren&#8217;t scheduled before version 6.5 in 2010. &#8220;We have to prioritize our resources,&#8221; he said.</em></p>
<p><em>The company may offer its software in a full stack, including an OS and database, for partners who want to offer SugarCRM as an on-demand service. To do that today they have to assemble the stack themselves. &#8220;This is something we&#8217;re considering, but it&#8217;s still on the whiteboard at the moment,&#8221; Oram said.</em></p>
<p><em>Before all of this, SugarCRM also announced plans to release version 5.5 of its software in about July, with a beta scheduled for March. Like other recent releases, 5.5 is more about strengthening the underlying &#8220;platform&#8221; than adding new CRM capabilities, Oram said.</em></p>
<p><em>Among the changes, the company has rewritten the Web services framework to make it easier to import data from external sources. It also has REST (representational state transfer) interfaces that should improve performance for custom modules and other plug-ins, Oram said.</em></p>
<p><em>It has also added new Cloud Connectors for Zoominfo and CrunchBase, providing access to those data sources. It has also worked on the user interface, making it easier for developers to create new &#8220;theme&#8221; views for end-users.</em></div>
<p>We have been doing lot  of SugarCRM customizations and integrations with other components. Our team of dedicated members have proven their expertise in overcoming various SugarCRM challenges. Our team is fully loaded with latest version of customizations. Here you can see some of our customers, for most of them we worked on SugarCRM.<a href="http://www.apptility.com/">http://www.apptility.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sugarcrm.openapp.org/2009/02/05/sugarcrm-plans-new-marketing-partner-management-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CFOs agree SugarCRM reduces TCO for CRM projects</title>
		<link>http://sugarcrm.openapp.org/2009/01/03/cfos-agree-sugarcrm-reduces-tco-for-crm-projects/</link>
		<comments>http://sugarcrm.openapp.org/2009/01/03/cfos-agree-sugarcrm-reduces-tco-for-crm-projects/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 11:19:44 +0000</pubDate>
		<dc:creator>sanjay</dc:creator>
		
		<category><![CDATA[Customer Stories]]></category>

		<category><![CDATA[Implementation]]></category>

		<category><![CDATA[Migration]]></category>

		<guid isPermaLink="false">http://sugarcrm.openapp.org/2009/01/03/cfos-agree-sugarcrm-reduces-tco-for-crm-projects/</guid>
		<description><![CDATA[
Open source saves money. Less money spent on complex sales cycle, more effort going in bottom up innovation, it has clearly won the hearts and minds of implementors in IT food chain. What has traditionally been difficult was to conclusively win this debate at the &#8217;suit&#8217; level. CFOs had their concerns, in some cases valid, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://sugarcrm.openapp.org/images/CFO-Open-Source-SugarCRM.gif" /><br />
Open source saves money. Less money spent on complex sales cycle, more effort going in bottom up innovation, it has clearly won the hearts and minds of implementors in IT food chain. What has traditionally been difficult was to conclusively win this debate at the &#8217;suit&#8217; level. CFOs had their concerns, in some cases valid, about putting $ value on open source software. Whereas CIOs were worried about not getting sufficient support and infrequent fuds about legal challenges associated with code ownership.</p>
<p>Over time open source industry has neutralized lot of these objections. With IT forces converging from different angles - social computing, SaaS, cloud computing and open source, debate is now going back to cost. This time open source has definite advantage. Deployment advantages provided by cloud computing has lessened, to great extent, legal and support concerns expressed by executives.</p>
<p><a target="_blank" href="http://www.cfo.com/article.cfm/12835201/c_12838677">CFO magazine&#8217;s</a> recent article titled &#8216;Open Secret&#8217; is surprisingly positive on consistent open source growth. Magazine&#8217;s core audience is mostly bean counters so don&#8217;t be surprised if CFOs chime in during project evaluation - &#8216;Have we looked at open source solution?&#8221;. That will be a big win for open source adoption.</p>
<p>Also statements like these influence the overall evaluation process:</p>
<blockquote><p>SugarCRM will cost us about 65 percent less then other name-brand solutions that we evaluated - <a target="_blank" href="http://www.tmcnet.com/channels/open-source-crm/articles/45293-communications-providers-turning-sugarcrm-improve-customer-communications.htm">Dean Manzoori, senior vice president of service delivery and technical operations at Broadcore</a></p></blockquote>
<blockquote><p>thanks to the absence of licensing fees, Alfresco consistently quotes prices 90 percent lower than those of its proprietary rivals - <a target="_blank" href="http://www.cfo.com/article.cfm/12835201/c_12838677">Matt Asay</a></p></blockquote>
<p>If you are facing difficulty getting finance to approve your budget. Send them this CFO article and also migrate to open source.  Be a hero in recessionary times!</p>
]]></content:encoded>
			<wfw:commentRss>http://sugarcrm.openapp.org/2009/01/03/cfos-agree-sugarcrm-reduces-tco-for-crm-projects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>InsideCRM&#8217;s Top 20 blogs of 2008</title>
		<link>http://sugarcrm.openapp.org/2008/12/30/insidecrms-top-20-blogs-of-2008/</link>
		<comments>http://sugarcrm.openapp.org/2008/12/30/insidecrms-top-20-blogs-of-2008/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 12:10:47 +0000</pubDate>
		<dc:creator>sanjay</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<category><![CDATA[Customer Stories]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Top CRM Blogs 2008]]></category>

		<guid isPermaLink="false">http://sugarcrm.openapp.org/2008/12/30/insidecrms-top-20-blogs-of-2008/</guid>
		<description><![CDATA[2008 is nearly gone. This is the time when we all sit back and thank to all those who made 2008 happy and memorable year.
Our own blog had on and off kind of flow this year. We promise to dig deeper into the internals of SugarCRM and share with our readers power tips. SugarCRM is [...]]]></description>
			<content:encoded><![CDATA[<p>2008 is nearly gone. This is the time when we all sit back and thank to all those who made 2008 happy and memorable year.</p>
<p>Our own blog had on and off kind of flow this year. We promise to dig deeper into the internals of SugarCRM and share with our readers power tips. SugarCRM is a leader in open source CRM and have successfully made CRM affordable to many organizations. They deserve praise and support as well. Beyond SugarCRM, CRM practice is gaining social media steam as more and more bloggers contribute to the public knowledgebase.   <a target="_new" href="http://www.insidecrm.com/features/best-crm-blogs-08-122908/">Chris Bucholtz</a> at InsideCRM, has an excellent list of top 20 blogs.</p>
<p>Authors of these blogs did an extremely good job of highlighting issues and opportunities. You are highly recommended to visit Chris&#8217;s blog and read his comments. I think that list should be Top 21 to include insightful InsideCRM blog.</p>
<p>1. <a target="_new" href="http://www.insidecrm.com/features/best-crm-blogs-08-122908/">Chris Bucholtz</a> at InsideCRM<br />
2. <a target="_new" href="http://blogs.zdnet.com/crm/">CRM 2.0: The Conversation by Paul Greenberg </a><br />
3. <a target="_new" href="http://www.churchofthecustomer.com/blog/">Church of the Customer Blog by Ben McConnell and Jackie Huba </a><br />
4. <a target="_new" href="http://mercurygrove.com/blog/">Mercury Rising by Scott Annan, Scott Lake, Jeff Meldrum, Creighton Medley, Michael Marker, Andrew Milne, Jud Rasmussen </a><br />
5. <a target="_new" href="http://crm2.typepad.com/brents_blog/">Brent’s Social CRM Blog by Brent Leary </a><br />
6. <a target="_new" href="http://denispombriant.wordpress.com/">Beagle Research Group by Denis Pombriant</a><br />
7. <a target="_new" href="http://www.crmoutsiders.com/">CRM Outsiders, Martin Schneider and Colin Beasty</a><br />
8. <a target="_new" href="http://www.mareeba.co.uk/blog/">The CRM Consultant by Richard Boardman</a><br />
9. <a href="http://www.destinationcrmblog.com/">Destination CRM Blog by Marshall Lager, Christopher Musico, Jessica Tsai, Lauren McKay, Josh Weinberger </a><br />
10. <a href="http://www.socialcustomer.com/">Social Customer Manifesto by Chris Carfi</a><br />
11. <a href="http://www.customerthink.com/blog/graham_hill">Customer Insider by Graham Hill</a><br />
12. <a href="http://blogs.gartner.com/michael_maoz/%20Michael%20Maoz">Michael Maoz’s Gartner Blog </a><br />
13. <a href="http://www.1to1media.com/weblog/">1 to 1 Media Blog by Ginger Conlon, Kevin Zimmerman, Jeremy Nedelka, Mila D’Antonio, Elizabeth Glagowski, Martha Rogers, Don Peppers </a><br />
14. <a href="http://crm-view.blogspot.com/">CRM Views and Trends by Wouter Trumpie</a><br />
15. <a href="http://contextrules.typepad.com/">The Perfect Customer Experience by Louis Columbus, Randy Saunders </a><br />
16. <a href="http://crmweblog.crmmastery.com/">CRM Mastery Blog by Jim Berkowitz</a><br />
17. <a href="http://crm2-0.blogspot.com/">CRM 2.0 by Guido Oswald</a><br />
18. <a href="http://blog.startwithalead.com/weblog/">B2B Lead Generation Blog by Brian Carroll </a><br />
19. <a href="http://www.ducttapemarketing.com/blog/">Duct Tape Marketing Blog, John Jantsch </a><br />
20. <a href="http://blog.tmcnet.com/telecom-crm/">First Coffee by David Sims </a><br />
21. <a href="http://blogs.law.harvard.edu/vrm/">Project VRM Blog by Doc Searls </a></p>
]]></content:encoded>
			<wfw:commentRss>http://sugarcrm.openapp.org/2008/12/30/insidecrms-top-20-blogs-of-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SugarCRM 5.2.0 GA version is ready for download</title>
		<link>http://sugarcrm.openapp.org/2008/12/20/sugarcrm-520-ga-version-is-ready-for-download/</link>
		<comments>http://sugarcrm.openapp.org/2008/12/20/sugarcrm-520-ga-version-is-ready-for-download/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 05:50:42 +0000</pubDate>
		<dc:creator>sanjay</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<category><![CDATA[Migration]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://sugarcrm.openapp.org/2008/12/20/sugarcrm-520-ga-version-is-ready-for-download/</guid>
		<description><![CDATA[SugarCRM product management team is busy catching up with recent industry trends. We have seen strong interest in cloud computing initiatives, along with massive buzz around micro-blogging tools like Twitter and Yammer.
Not to be left behind, SugarCRM has come out with feature rich version to capitalize on these trends. From Readme notes:

Connectors to External Data [...]]]></description>
			<content:encoded><![CDATA[<p>SugarCRM product management team is busy catching up with recent industry trends. We have seen strong interest in cloud computing initiatives, along with massive buzz around micro-blogging tools like Twitter and Yammer.</p>
<p>Not to be left behind, SugarCRM has come out with feature rich version to capitalize on these trends. From Readme notes:</p>
<ul>
<li><strong>Connectors to External Data Sources</strong><br />
Sugar provides a connector to LinkedIn. Additional connectors to other data sources can be obtained and installed using Module Loader.</li>
<li><strong>Sugar Feed<br />
</strong>Sugar Feed enables users to be informed as soon as a user creates a new contact, lead, opportunity, or case. Users can add a My Sugar Feed Dashlet on their Home page so that when a user performs any of these actions, a message displays in the Dashlet on their Home page. Users can also be notified when a lead is converted, when a case is closed, and when an opportunity is closed.<br />
Additionally, users can post status updates, external links, images, and YouTube videos for other users to view within the Dashlet.</li>
<li><strong>My Portal Dashlet</strong><br />
Sugar provides a My Portal Dashlet that presents product information and news about SugarCRM on your Home page. You can add additional My Portal dashlets to view information from external web sites and applications directly within your Sugar instance.</li>
</ul>
<p>OpenAppDotOrg team will digging deeper into these modules. Let us know how imaginative you want to get with cloud connectors. Some users we discussed this are pretty excited about cloud connectors. There were muted concerns around security and performance but I am sure those will be taken care of eventually.</p>
<p>Are you ready for 5.2.0 GA? <a target="_blank" href="http://www.sugarforge.org/frs/download.php/4902/SugarCE-5.2.0.zip">Download from SugarForge</a>.  Also check out <a target="_blank" href="http://www.sugarforge.org/frs/download.php/4904/Sugar_CommunityEdition_ReleaseNotes_5.2.pdf">release notes</a>. Let us know all the pros and cons of upgrade exercise.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugarcrm.openapp.org/2008/12/20/sugarcrm-520-ga-version-is-ready-for-download/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to generate unique Sugar id in the database?</title>
		<link>http://sugarcrm.openapp.org/2007/08/24/how-to-generate-unique-sugar-id-in-the-database/</link>
		<comments>http://sugarcrm.openapp.org/2007/08/24/how-to-generate-unique-sugar-id-in-the-database/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 11:50:33 +0000</pubDate>
		<dc:creator>moses</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<category><![CDATA[Customer Stories]]></category>

		<guid isPermaLink="false">http://www.openapp.org/open-source-crm/how-to-generate-unique-sugar-id-in-the-database</guid>
		<description><![CDATA[Suppose if you have created/uploaded a custom module in your SugarCRM instance and want that custom module to work as the other modules in the system. You want the custom module to have the ACL/Roles actions accordingly as the other modules are having. At the same time you want to update the database with the [...]]]></description>
			<content:encoded><![CDATA[<p>Suppose if you have created/uploaded a custom module in your SugarCRM instance and want that custom module to work as the other modules in the system. You want the custom module to have the ACL/Roles actions accordingly as the other modules are having. At the same time you want to update the database with the unique SugarCRM id in the database. Now the big question is &#8220;How to do that man?&#8221;</p>
<p>Let&#8217;s create a php file which will do the same and name it createID.php. This file will create random SugarCRM unique id of 36 characters.<br />
<code><br />
/*In this portion of code we give the login credentials of SugarCRM database which is to be updated.*/</p>
<p>global $host, $username, $password, $database;</p>
<p>$host = "localhost";<br />
$username = "sugar";<br />
$password = "sugar";<br />
$database = "sugarcrm";</p>
<p>/*This portion of the code will create a MySQL connection that will connect to the database.*/</p>
<p>$server = mysql_connect($host, $username, $password) or<br />
die(mysql_error());</p>
<p>mysql_select_db($database);</p>
<p>/*This portion of the code will crteate the 36 character unique SugarCRM id.*/</p>
<p>function create_guid()<br />
{<br />
$microTime = microtime();<br />
list($a_dec, $a_sec) = explode(" ", $microTime);</p>
<p>$dec_hex = sprintf("%x", $a_dec* 1000000);<br />
$sec_hex = sprintf("%x", $a_sec);</p>
<p>ensure_length($dec_hex, 5);<br />
ensure_length($sec_hex, 6);</p>
<p>$guid = "";<br />
$guid .= $dec_hex;<br />
$guid .= create_guid_section(3);<br />
$guid .= '-';<br />
$guid .= create_guid_section(4);<br />
$guid .= '-';<br />
$guid .= create_guid_section(4);<br />
$guid .= '-';<br />
$guid .= create_guid_section(4);<br />
$guid .= '-';<br />
$guid .= $sec_hex;<br />
$guid .= create_guid_section(6);</p>
<p>return $guid;</p>
<p>}</p>
<p>function create_guid_section($characters)<br />
{<br />
$return = "";<br />
for($i=0; $i&lt;$characters; $i++)<br />
{<br />
$return .= sprintf("%x", mt_rand(0,15));<br />
}<br />
return $return;<br />
}<br />
function ensure_length(&amp;$string, $length)<br />
{<br />
$strlen = strlen($string);<br />
if($strlen &lt; $length)<br />
{<br />
$string = str_pad($string,$length,"0");<br />
}<br />
else if($strlen &gt; $length)<br />
{<br />
$string = substr($string, 0, $length);<br />
}<br />
}<br />
/*This portion of code will select the all the records of the table mentioned here.*/<br />
$query = "select * from custom_module";<br />
$result = mysql_query($query);<br />
$num_rows = mysql_num_rows($result);<br />
if($num_rows &gt; 0)<br />
{<br />
while(($row=mysql_fetch_assoc($result)) != null)</p>
<p>/*This portion of the code will check if the condition is true(meaning data is there in the table mentioned above) then it will create the unique id and update the existing records.*/</p>
<p>{<br />
$opp_proid = create_guid();<br />
$id = $row['id'];<br />
$query2 = &#8220;update opportunities_products set opp_proid=&#8217;$opp_proid&#8217; where id =&#8217;$id&#8217;&#8221;;<br />
echo $query2;<br />
mysql_query($query2);<br />
}<br />
echo &#8220;completed&#8221;;<br />
}<br />
</code><br />
Wow!! The table is updated with the new unique id.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugarcrm.openapp.org/2007/08/24/how-to-generate-unique-sugar-id-in-the-database/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SugarCRM Open Source Adopt GPLv3</title>
		<link>http://sugarcrm.openapp.org/2007/07/27/sugarcrm-open-source-adopt-gplv3/</link>
		<comments>http://sugarcrm.openapp.org/2007/07/27/sugarcrm-open-source-adopt-gplv3/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 11:51:45 +0000</pubDate>
		<dc:creator>moses</dc:creator>
		
		<category><![CDATA[Competition]]></category>

		<category><![CDATA[Customer Stories]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.openapp.org/open-source-crm/sugarcrm-open-source-adopt-gplv3</guid>
		<description><![CDATA[John Roberts, CEO SugarCRM announced during a panel discussion at the annual O&#8217;Reilly Open Source Conference that the next version of Sugar Community Edition will be licensed under the GNU General Public License version 3, scheduled late this year.
&#8220;Sugar Community Edition 5.0 will fully support GPLv3 when the software is made available,&#8221; he told attendees. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sugarcrm.com/crm/about/leadership.html#JohnRoberts">John Roberts, CEO SugarCRM</a> announced during a panel discussion at the annual O&#8217;Reilly Open Source Conference that the next version of Sugar Community Edition will be licensed under the GNU General Public License version 3, scheduled late this year.</p>
<p>&#8220;Sugar Community Edition 5.0 will fully support GPLv3 when the software is made available,&#8221; he told attendees. </p>
<blockquote><p>The move makes SugarCRM one of the first vendors of open-source<br />software to embrace the latest version of the GPL, which was just<br />released last month.
<p>The move was welcomed by Eben Moglen, the executive director of the<br />Software Freedom Law Center, who was also extensively involved in the<br />drafting of GPLv3.</p>
<p><a href="http://blogs.eweek.com/platformdive/content/sugarcrm_embraces_gplv3_1.html?kc=EWKNLNAV072607FEA1">Read more.</a></p>
</blockquote>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://sugarcrm.openapp.org/2007/07/27/sugarcrm-open-source-adopt-gplv3/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
