Tag Archives: sugarCRM

sugarCRM view sugarBean of a module

It was hard for me to work with a sugarCRM module at first without seeing a its sugarBean structure and what kind of data or information being populated in a sugarBean. So, I found a way to access any sugarBean object of a module as described below.

Continue reading

Posted in PHP | Tagged , | Leave a comment

sugarCRM view PHP error/warning/notice

One quick way to view PHP error, warning or notice in sugarCRM system is to turn on error_reporting in php.

You can do this within sugarCRM if you have limited access php.ini file.

Continue reading

Posted in PHP | Tagged , | Leave a comment

Change SugarCRM Logging Level

SugarCRM allows you to enable different logging levels. By default, logging level is set to “Fatal” and the default log file’s name is sugarcrm.log. Continue reading

Posted in PHP | Tagged | Leave a comment

sugarCRM developer mode on

One of the things that I like when I first worked with sugarCRM is developer mode. When it is turned on, sugarCRM will ignore the cache files and new changes will be compiled by sugar and displayed instantaneously. Continue reading

Posted in PHP | Tagged | 2 Comments