Blog

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.

Zapier - Dec 2012 - SugarCRM AotM

Posted by on December 2, 2012
Zapier is the December 2012 SugarCRM App of the Month. Zapier extends the functionality of SugarCRM with hundreds of best in breed software applications. You can easily connect Sugar with Google Apps, MailChimp, Trello, Highrise and hundred of other applications without writing code. Visit the SugarForge project: http://www.sugarforge.org/projects/zapier/

How to Package and Install Global Logic Hooks

Posted by on November 29, 2012
Ever needed to package and distribute SugarCRM customizations that include global logic hooks? This brief blog post explains how.