In this video, I show how lookup and table relations works in Business Central. This is another video in my series for AL beginners.
Using the WebPageViewer Add-In For Business Central
Since the introduction of pages, and the deprecation of forms, we have had a fixed set of page types that we can create and a fixed set of controls that we can use on those pages. In the main, that’s a good thing.
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.
Dynamics 365 Business Central: Quick run table (Standard feature and Customization)
For developers, administrators, and support personnel, it can be useful to inspect table data in the tenant database, particularly when debugging or troubleshooting. To support this need, you can view table objects in the Web client.
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.