Blog

Sugar 7 "Data not available" Error After Installing Module

Posted by on June 5, 2014
In the latest patches to SugarCRM version 7, you may have run into a "Data not available" error immediately after installing a module or while trying to go to your new module's end points using the Sugar App router. There is an easy fix to this common problem.

Add Fields to Existing Layouts in Sugar 7

Posted by on May 28, 2014
One of the many challenges in creating SugarCRM add-ons meant for mass distribution is adding new fields to a given installation's layouts. Simply instructing folks to go to Studio and add your key fields to each view causes so many issues. Any time you rely 100% on someone following an installation guide there is a much greater chance that...

Using SugarOutfitters to Generate More Consulting Leads

Posted by on April 24, 2014
At first glance, it may look like SugarOutfitters is great only for independent software vendors (ISV) who are solely focused on making add-ons. However, it is great for anyone who provides additional services like implementation, process consulting, training, and so on. Used correctly, SugarOutfitters can be a very nice lead generation tool for your company.

Your Add-on Will Never Sell

Posted by on April 18, 2014
So you have a killer idea and you want to know if it will sell. Actually creating it doesn't worry you. You've done it many times before. The great unknown is if you put all of that work into an add-on, will people buy it?

Creating a Wizard for a Module in SugarCRM 7

Posted by on February 27, 2014
Continuing on our journey of creating a module from scratch in SugarCRM 7, we left off last week with getting the skeleton structure in place. Basically it was a "Hello World" implementation. This week we will start to build out the controller to handle stepping through various steps of a wizard.