SQL Conditions – A CakePHP Component Class
“aka: How to add advanced search functionality to your CakePHP Application” Advanced search functionality is something that I’ve always built into my applications. Even back in the days of writing CGI/PERL applications, I’ve always had some class or set of functions to help build SQL conditions (aka WHERE expressions) based on user input (GET/POST). When [...]
Tools and Reports Modules for SugarCRM CE
Over the past couple of years I have worked with SugarCRM. During that time I’ve tried to overcome the lack of Reports and Tools in the Community Edition (CE) by incorporating my own custom reports and tools for marketing professionals to be able to use thru SugarCRM custom modules. These reports and tool were eventually [...]
New Application Types for MS Word
Have you ever wondered why the new Microsoft 2007 Word file type (.docx) can not be downloaded directly from your Apache server? Well, the answer is because it doesn’t recognize what kind of application type it is, therefore it can’t send the correct header information to your browser. Fortunately, the fix for this is rather [...]
SugarCRM Account Re-assign Logic Hook
This SugarCRM Logic Hook was used to overcome a common issue with SugarCRM. SugarCRM CE doesn’t automatically reassign an Account’s related contacts when the Account is reassigned. This often creates visibility/usability issues due to the lack of permissions (roles). The logic hook below reassigns the Accounts related contacts and opportunities saving you the time of doing it manually as well as preventing multiple contact issues. This logic hook also manages a reassigning mapping to general store users based on status set.
SugarCRM Leads Logic Hook
This SugarCRM logic hook was used to automatically assign leads to users based on status. This mapping was required to help users reassign leads to users such as the “Dead Targets User”. See the logic hook below for the mapping details. In order for this Logic Hook to function the Usernames must exist.

Recent Comments