1. Setting up SuiteCRM on Digital Ocean

    Fri 23 October 2015

    This post will cover deploying an instance of SuiteCRM to Digital Ocean from creating the droplet to logging into SuiteCRM. If there’s enough interest I’ll do similar guides for other hosts.

    First you’ll need a Digital Ocean account. If you don’t have one it’s easy …

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

  4. SuiteCRM Missing Field Definitions

    Thu 16 July 2015

    If you move instances of SuiteCRM around it’s possible to have a copy of the SuiteCRM files that reference a custom field that doesn’t exist in the fields_meta_data table.

    This can cause broken SQL queries since SuiteCRM will try to reference a field but won’t have it …

    Tagged as : development SuiteCRM
  5. Car Reg Plate Game in Python

    Wed 08 July 2015

    Me and my wife occasionally play a simple game when on longer car journeys. In the UK the last 3 characters in a car registration plate are letters.

    by
Cnbrb - Own work. Licensed under Public Domain via Wikimedia
Commons. The aim of the game is to come up with words which start with the first letter, end with the last letter …

    Tagged as : python

Page 2 / 3