1 / 3

Tips and Tricks in SuiteCRM

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.<br>

Download Presentation

Tips and Tricks in SuiteCRM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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 display_sidebar false. file themedef.php in themes/SuiteP and update default Other way is add below code in config_override.php $sugar_config[‘display_sidebar’] = false;

  2. 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

  3. 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/

More Related