Browsed by
Tag: Business Central

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…

Most Useful Business Central Repositories & Apps

Most Useful Business Central Repositories & Apps

There are a lot of very useful repositories out there with useful apps and information for Business Central. Unfortunately, it is hard to keep track of all of them or to even know of the existence of these repositories. For this reason, I decided to create a repository with a readme file that contains many…

Admin Toolbox for Business Central: Updates and New Features

Admin Toolbox for Business Central: Updates and New Features

In January, I introduced my Admin Toolbox for Business Central in this blog post. It has been built for OnPrem installations and offers the following functionalities: Record Deletion ToolViewing of license informationImport of licensesNot out of the box information for consultantsNEW: Publish App In the meantime I have tested the Admin Toolbox for several customers.…

Report Inspector 2.0 – How to Export Your Report Dataset as Excel, XML or Windows client Style

Report Inspector 2.0 – How to Export Your Report Dataset as Excel, XML or Windows client Style

Today’s post covers some programming that is not of my own making. My colleague Andreas Rascher has built a damn cool functionality that allows you to export the dataset of RDLC reports in different formats. Since we think the functionality is extremely useful, we didn’t want to keep it from you. You may remember the…