development

Creating a Custom SuiteP Sub-theme

By pgorod | September 5, 2018

Since SuiteCRM 7.10, the SuiteP theme started to have 4 Sub-themes called Dawn, Day, Dusk and Night. This article teaches how to "fork" one of these and start a new Sub-theme of your own.

I will create a new Sub-theme called Noon, based on Day, and I will make some changes in order to increase the contrast in some parts of the app.

Read More >

SuiteCRM Super Logger

By Jim Mackin | July 23, 2018

I’ve previously created a very simple module for SuiteCRM which adds coloured logging (SuiteCRM Super Logger). I’ve now expanded it somewhat to add extra features.

It’s now called SuiteSuperLogger and allows specifying the log format in the config. It can be downloaded from the original blog post

Read More >

Creating a custom field type in SuiteCRM

By Jim Mackin | May 3, 2018

Like a lot of SuiteCRM the field types are customisable and you can add your own types of fields. This post will explain how to add a colour picker as a custom field type.

Read More >

ListView Conditional Formatting

By Jim Mackin | March 4, 2016

Sometimes you will want to format fields that are shown on the list view depending on the values. For example you may want to colour the direction field on calls differently or to highlight quotes that expire soon.

Read More >

Creating an Alert in SuiteCRM

By Jim Mackin | August 25, 2015

Alerts in the menu bar are an excellent way of calling user’s attention. What if you what to create a custom alert through code? It’s easy, here’s how to do it.

Read More >

Content is available under GNU Free Documentation License 1.3 or later unless otherwise noted.