Browsed by
Tag: Visual Studio Marketplace

How to Copy Reports in AL the Smart Way

How to Copy Reports in AL the Smart Way

Copying Reports for Business Central in VS Code / AL can be a time consuming task. For example, if you want to extend the sales invoice “Standard Sales – Invoice” – 1306, you normally need to create a copy of this report first. For this it is necessary to copy the .al code of the…

9 Tips For Developing Reports in AL

9 Tips For Developing Reports in AL

Damn it. I gave everything to write 10 tips together, but in the end there were only 9. Reports can drive you to despair in AL. While extensions have been available for tables and pages for a long time, we have to be patient with reports until the following screenshot of a report extension becomes…

Manage Your VS Code Projects Easily With Project Dashboard

Manage Your VS Code Projects Easily With Project Dashboard

Getting frustrated when scrolling through your recently opened projects list in Visual Studio Code will be history after you have read this post. The Visual Studio Code Extension Project Dashboard comes to rescue you from time wasting and headaches in the future. A few weeks ago Krzysztof Bialowas mentioned this extension in one of his…

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…