Blog

How to Add Scheduler Tasks in the Manifest

Posted by on May 2, 2013
Since every submission is reviewed we get to see some pretty cool implementations both on the user side and the code side. On the flip side, sometimes we see some no so cool implementations. Recently one such common implementation has been popping up surrounding adding custom Scheduler Tasks.

SugarCRM PHP Training by php|architect

Posted by on March 26, 2013
php|architect has developed three training courses designed specifically for SugarCRM developers. Working in conjunction with SugarCRM staff and core developers, this series of classes will help developers understand the recommended best practices for making upgrade-safe customizations.

Composite Field ListView Searches and Exports

Posted by on February 13, 2013
Learn how to add a custom composite field to a List view and be able to filter and export from it.

How to Package Version Specific Code

Posted by on January 17, 2013
Have you ever needed to make changes that are specific to a certain flavor and/or version of SugarCRM? Christian Knoll has a very clever way of dealing with this. In this post we explore how he takes advantage of the sugar_flavor and sugar_version global variables in the manifest.

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.