Browsed by
Tag: Extension

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 Business Central Beerinars. I was surprised that I could not find any other Business Central related person writing about it, so I decided to write…

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

Record Deletion Tool

Record Deletion Tool

Recently I was faced with the challenge of deleting a lot of data from different tables in NAV. I thought I was not the only person who had faced such a challenge and so I went searching. On Olof Simren’s blog I quickly found what I was looking for. His Record Deletion Tool allows to delete transactional data from tables. Unfortunately he programmed this functionality for NAV 2015 and I needed it for Business Central as an extension. For this…

Read More Read More

Boost Your Productivity with AL/BC – Todo Tree and TODO Highlight

Boost Your Productivity with AL/BC – Todo Tree and TODO Highlight

This is the second post of the blog post series “Boost Your Productivity with AL and Business Central”. If you want to know more about what this series is about and why I created it, you can checkout this post. Today’s post will be a very short one. I will show you how you can use Todo Tree by Gruntfuggly and TODO Highlight by Wayou Liu to track the Todos in your VS Code Project. Sometimes you are in a…

Read More Read More