One of the awesome new features of Microsoft Dynamics 365 Business Central 2021 Wave 1 (version 18) is the ability to extend reports. In this video I explore the simplest reportextension possible, adding a single field to the dataset of the standard invoice report.
Tag Archives: AL
We’re on the lookout for lookups
In this video, I show how lookup and table relations works in Business Central. This is another video in my series for AL beginners.
What’s new in v18 AL – The Hacker Edition
In this video I poke around in dark places to look at what’s new with AL in Microsoft Dynamics 365 Business Central 2021 Wave 1.
Getting exchange rates from a JSON web service
In this video, I show how to use openrates.io as a source for exchange rates. And as a bonus, watch me go crazy in error handling on a HttpClient call process.
Simple AL Report from Scratch in Business Central
In this post we will go through the steps to create a simple RDLC report from scratch, now I know that most of the time you would copy a standard report and not create your reports from scratch, however I feel that it is important to understand the basics of how a report is created, to help you be most efficient.
AL is not a lazy language!
Many developers coming from other languages, comes with an expectation that AL is behaving like C# or Python. In this video, I show how if statements are evaluated.
Dynamics 365 Business Central mini tips: How to Determines the table relationship of a given field (Record.Relation Method)
Today I would like to share another mini tip of Business Central. How to Determines the table relationship of a given field. In other words, how to get the table number of the field where the TableRelation is set.