Tips and Tricks in SuiteCRM

Page 1

Tips and Tricks in SuiteCRM SuiteCRM is the most popular open source CRM. It is popular and widely used in industries by it’s awesome features. Here we are providing some tips and tricks which will make your development more easy.

Hide Sidebar (Recently Views section) Open file themedef.php display_sidebar false.

in

themes/SuiteP

and

Other way is add below code in config_override.php $sugar_config[‘display_sidebar’] = false;

update

default


Import Email Manually In SuiteCRM Email import into CRM system. After importing it comes into the system and assigns an id for use. Until it is not imported there is no id and it appears directly from the imap connection.

After successfully importing a tick sign appears in the subject. Although import do automatic but if you want to do manually you can select email and choose import from action menu

Improve performance For more efficient business it is necessary that your CRM should have good response time. There are some modifications which can improve your CRM speed.

Administration Panel Check in the setting if you have enabled developer mode on then turn off it and set Log Level as Fatal. You can get this option in system setting in administration.

Server Optimization Cache is the best technique ever for performance related tasks. Check your server and PHP, it should be a recent and stable version of PHP with an opcode cache (APC). Apart from this disable below from php.ini file register_globals, magic_quotes, always_populate_raw_post_data


DB Management Databases consume much memory and storage, so if possible set up a different server for the database, If you are using AWS then RDS is the best option. Amazon RDS runs on the same highly reliable infrastructure used by other Amazon Web Services. It is optimized for high performance. In SuiteCRM, set a scheduled job active – Prune Database on the 1st of Month. Source URL: https://efbtechnology.com/tips-and-tricks-in-suitecrm/


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.