A tale of creating awesomazing software

This month we start another long-running project to update and release all the closed code in coreboscrm and as a birthday present coreBOS gets three new modules and a whole bunch of new functionality while we keep up the constant evergreen updates and fixes. Enjoy!

In this post, I will try to explain the complexity of the workflow update field task. As with most things in programming business software it has many more exceptions than you expect.

A short month but with a good punch. This month finds us mainly concentrated on some private and long-running projects (LDS UI) so coreBOS "only" gets its typical set of maintenance bug fixes, unit tests, and constant feature enhancements

Recently I was tasked with taking charge of coreBOS project where the lead programmer had been doing some complex customizations. In general, the code changes I found were correct except for one that was done consistently wrong: sending an email from within the system. This struck me as very odd, I mean it can't be that difficult to send an email like that, or could it?

Continue reading to see how to send an email using coreBOS infrastructure.

New Year, new code, same illusion, dedication, and commitment or more. As usual, a lot of things going on, so have a look at what happened to coreBOS last January to keep up to date.

Another guest post from Luke where you will learn the complexities of saving records from within the code, the correct way to do it and some future optimizations that will be implemented.