I may introduce you to the “Microsoft.Dynamics.Nav.Client.WebPageViewer”. This is an awesome small controladdin shipped by microsoft. You can not only embed webpages in Buisness Central but you can also pass your own html!
Monthly Archives: August 2020
AL Lint v0.1.7: Code Metrics
This morning I updated the code metrics calculation in AL Lint. Code metrics are meant to give you some comparable numbers on how complex your code is. Why is this important information? In general, if you install this extension, you aim for clean code. This is because code is written once but probably is readContinue reading “AL Lint v0.1.7: Code Metrics”
VS Code extension: AL Lint
Maybe you have read this in twitter already: I took over the AL Lint extension for VS Code from Marije Brummel. She searched quite some time already for someone and finally she found me 😀 For now I did two things on this extension for now. For the future I plan to cover code checkingContinue reading “VS Code extension: AL Lint”
Condition basics in AL
Recently I posted a “Did you know that …” post on Twitter showing an alternative way to write an if-condition. Today I thought: Hey, I might have some more examples for different ways to write conditions and here we are 😉 First start with the most simple if statement there is: It just checks ifContinue reading “Condition basics in AL”