1. SuiteCRM Creating an Alert

    Tue 25 August 2015

    With the release of SuiteCRM 7.3 comes Alerts. These are displayed within SuiteCRM as a small badge in the menu bar. I.e:

    SuiteCRMAlerts0

    Since these are just stored as beans we can add notifications by simply creating a new record with the appropriate values and saving it. For example …

    Tagged as : Customisations SuiteCRM
  2. Make a custom module importable

    Thu 23 July 2015

    If you’ve created a custom module but are getting the message “Imports aren’t set up for this module type” then it’s very easy to add this functionality to your custom module.

    In the bean file modules/ABC_Your_Module/ABC_Your_Module.php simply add the line

    var $importable = true;
    

    After …

  3. SuiteCRM Custom Search Fields

    Fri 15 May 2015

    Intro

    Sometimes you may want to add custom search fields to a module that do more than simply search a field. In this post we’ll be looking at how to add a custom search field which will allow searching for all accounts that have no associated contacts.

    Adding the …

Page 1 / 1