Category / D365 BC

Microsoft Dynamics 365 Business Central is an enterprise resource planning system developed by Microsoft. The product is part of the Microsoft Dynamics family, and is the successor product to Microsoft Dynamics NAV. Here you’ll find content concerning AL programming and BC related technology.

How to get BC 365 Insider Previews on Docker

Attention: This post is deprecated and updated here! It took me a while to install the Docker bcinsider preview images for D365 Business Central. Credentials for this private repository could be found at Microsoft Collaborate (read more). So, here’s my snippet to use with navcontainerhelper. Now you can easily create your Docker container using New-BCContainer.

Method overloading in AL

Yet another cool feature in AL is method overloading. Imagine having a method being able to accept different paramters. What’s very common in most other modern languages just arrived in BC right now. In good old C/AL times you would have created several different methods… probably with some kind of a proxy method to prevent […]

Example Extension: Interfaces in AL

One of the most impactful new features of the upcoming Business Central Spring Release 2020 will be interfaces. Interfaces are the strict building plan for implementing codeunits referencing on it. The interface itself only keeps the definition of the used methods, not the implementation itself. Contract Here’s our contract for the upcoming implementations of the […]

TempBlob & Base64 with AL

Some of you guys might have noticed that our beloved record “Temp Blob” will soon vanish. It has been marked as deprecated for quite some time now and will be replaced by the new “blob storage module”. So, we’ll find them in codeunits for TempBlob & Base64. What we get? First, there’s the new codeunit […]

« Previous Page