In this series I’m building a Microsoft Dynamics 365 Business Central extension that talks with the US Postal Service for doing address verification. Source : Hougaard.com Read more...
This is the second part of the blog post “Organizing Code for a Seamless Transition from C/AL to Extensions in AL", where we walk you through some of the steps you can take to organize the code in the existing C/AL coding language before the transition.…
Since Business Central 2019 release wave 2 (version 15), the application has become completely AL-based. All functionality that modifies standard business logic must be moved into an Extension. This change influences how upgrades are performed and impacts all the solutions that are still in C/AL, making…
I don't know why, but grouping records in in C/AL in the past had always been a difficult topic to understand for new programmers during my development courses. In C/AL the best method was using temporary tables, as in the example below, in which I group…
This is the second part of a two-part blog series on how to set up an Extension development environment using Visual Studio code. In this article, we will continue to detail how to set up the environment in order to be able to debug an Extension.…