I almost get to the end with the series. Today last point related to building pipelines. Sometimes it is needed to store the solution in different repositories – one for each extension. For example, this can happen when the solution is...
I get to the point in the series where I have an app published to the build container. However, I am missing a very important step – testing of the application. Let’s change that and add to the pipeline the automated...
In the series related to the automated builds, I get to the point when I can compile and publish the extension in the docker container. In this article, I will show how to do that. Additionally, in the end, I will...
Sometimes it is needed to copy the files to the docker container before compiling the extension. For example, if the solution uses some custom DotNet libraries such a step would be necessary. In this part of the series, I will show...
This is the 3rd article in the series how to prepare the automated builds. In previous one I wrote how to set agent on self-hosted server. In this part I will show how to create the build pipeline with few steps:...
This is the second article in the series how to prepare automated builds. In the first part I described what are the goals will be achieved. Now I will guide you thru first step of the process: connecting Azure DevOps and...
Last few days I have been working on running automated builds for Business Central on our self-hosted server using Azure DevOps. There are already few articles in the Internet where you can read about it. You can find the good series...
As you probably know, CaptionClass is a nice feature which is used from time to time in the customizations and it is the core of the standard functionality of Business Central. We can see it for example on the pages where...
From time to time I had been struggling with user who didn’t like the name of some functionality in Business Central (or NAV). Those are products not items. Can you rename it? For the whole life I used name products. There...
The unique key functionality is something brand new and released in Spring Release 2019. It was briefly discussed on Soren’s blog (link here) but I decided to check and write you little more about what I found. Unique Key – the...