Browsed by
Tag: AL

The Ultimate Admin Toolbox for Business Central

The Ultimate Admin Toolbox for Business Central

As this is my first post this year, I want to start this out by wishing you all a great new year. Actually I wanted to write about a completely different topic, but Waldo’s post a few days ago gave me an idea. And I personally like this idea so much that I’m happy to be able to write about it in my first post of this year. In his blog post waldo has built a page to display the…

Read More Read More

VS Code November Release – Most Important New Changes for AL Developers

VS Code November Release – Most Important New Changes for AL Developers

Last week the new November release of Visual Studio Code was published. There are a lot of changes in this release. In this post here I want to show a few changes that caught my attention. This post is not meant to document all changes, but only the most interesting ones for me. You can find a complete overview following this link. A little spoiler: There is an awesome snippet deactivation feature in this release! Preview Editor Improvements There have…

Read More Read More

13 VS Code Settings to Save You Time in AL

13 VS Code Settings to Save You Time in AL

Slowly but surely, even the last dinosaur will venture out of the cosy safety of C/SIDE and C/AL to plunge death-defyingly onto the battlefield of the new programming language AL. Not everyone has the time to deal with all the VS Code Settings. It’s enough if a dumb guy like me has nothing better to do and writes it down for the others. That’s why I’ve summarized some important settings here that can save you a lot of time. Easy…

Read More Read More

Report Overview – How To Run All Your Reports

Report Overview – How To Run All Your Reports

Are you also getting tired of navigating through Business Central to run your reports?Do you want to know which custom reports you created in your extensions and run them easily? Then the Report Overview I created is the cure for your problem. What Is The Report Overview? I created the Report Overview for two reasons: Firstly, I wanted an easy way to run and test reports. Secondly, I wanted to open the pages related to my reports so I can…

Read More Read More

AL Navigator – Visual Studio Code Extension

AL Navigator – Visual Studio Code Extension

Features My AL Navigator extension for Visual Studio Code enables you to automatically create variables in AL and navigate through .al files with awesome shortcuts. AL Navigator – Create Variables AL Navigator provides a CodeAction for the AL compiler error 118 “The name does not exist in the current context“. This CodeAction enables you to automatically create a local or global variable by using the names of standard objects as well as names of your local workspace files. The extension…

Read More Read More