BC23 Rich Text content on Reports

BC23 Rich Text content on Reports


My most recent project has large footers being added to the bottom of their reports to display Terms and Conditions. This is something fairly common that is requested, and I’ve always shied away from hard-coding anything inside the report layout. If an address changes, then they have to get a developer involved to change the text vs being able to modify it themselves on a setup page. You could use a blob field to store all of the Terms and Conditions, but then you had no way to format a giant block of text, until now. ✨Business Central version 23 now has the power of leveraging the built-in rich text editor, and we can display that formatted text on our reports (with a few gotchas).

Read More »
Get Started Developing for BC: Docker Containers

Get Started Developing for BC: Docker Containers

Docker is a platform for developing, shipping and running applications inside of containers. A container is a lightweight, portable and self-sufficient environment that isolates applications to ensure that they run consistently throughout the development lifecycle. Docker containers are used by a wide variety of software developers because they can isolate their development environment from the host system, which prevents conflicts with other software or system configurations. What this means is we can work in an environment tailored specifically to Business Central Development that we know will be consistent.

Read More »

Get Started Developing for BC: Installs!

My goal with this blog is to fill some of the gaps on documentation within the Business Central community. If you are new to developing in AL, I am glad you are here! Maybe you are a seasoned NAV or BC developer who needs a refresher on how to setup your workstation. In that case, I am happy to help! Overall, this will be a guide of some of the “essentials” for developing in AL for Business Central.

Read More »