Blog

Default Searches on List Views

Posted by on January 4, 2013
Safely set default searches in your SugarCRM add-ons via logic hooks. Learn high level concepts on how to safely customize SugarCRM along with how to easily set the default search on a module's list view without have to use the search filters.

Filepicker.io - Jan 2013 - SugarCRM AotM

Posted by on January 2, 2013
Filepicker.io SugarField is the January 2013 SugarCRM App of the Month. This is a addon for adding a SugarField for leveraging the filepicker.io service for handling a file upload for any record in any module in SugarCRM. Visit the SugarForge project: http://www.sugarforge.org/projects/filepickerio/

Manifest Scanner Now Checks For Missing Files

Posted by on December 17, 2012
A common issue with creating modules is forgetting to zip up files that are defined in the manifest. Hey, it happens. But with our scanner we can notify you immediately about any missing files before your users run into the issue.

How to Add Buttons to Views in SugarCRM

Posted by on December 13, 2012
Learn how to add custom buttons on detail views, list views, and subpanels with a simple line of javascript and the use of a logic hook all in an upgrade-safe sort of way.

Prevent a Logic Hook From Running Multiple Times

Posted by on December 6, 2012
Logic hooks are fairly straightforward and easy in most cases. However, co-existing with other hooks in a known or unknown environment can sometimes leave you scratching your head. In this post, we cover the infinite loop scenario.