Browsed by
Category: AL

How To Translate Copied Reports

How To Translate Copied Reports

There are already some tutorials that are dedicated to the topic of translations. But I haven’t found one yet that is specifically for reports. That’s why I will take on this task today. For reports, we currently have the special case that we do not create “empty” objects, but often copy standard reports and customize them for customers. At least this is the case now, maybe this will change in 2021 with the announced report extensions. Unfortunately, the copied reports…

Read More Read More

How to Get Translation Files From Base App

How to Get Translation Files From Base App

Actually I just wanted to write a post about how to translate copied standard reports. To do this you need to use the Base App translation files. Unfortunately, I didn’t find a good up2date post that describes all possible ways to get the translation files. That’s why I’m writing this one myself. Many roads lead to Rome, the same is true for the translation files. There are three ways to get the Base App Translation Files as of today. Option…

Read More Read More

VS Code October Release – New IntelliSense Features

VS Code October Release – New IntelliSense Features

In October a new release for Visual Studio Code has been released. This release includes two features that are also nice for Business Central developers. Resizable Suggestions Until now it was not possible to change the window for IntelliSense Suggestions. The window always had a fixed size. So you could sometimes not read the description for the suggestions if they were long. In the following screenshot you can see what the suggestion window looked like so far. On the right…

Read More Read More

Snippet Suggestions in Visual Studio Code

Snippet Suggestions in Visual Studio Code

This is one of the shortest posts ever. Five minutes ago I was annoyed by Visual Studio Code’s default behavior when it comes to IntelliSense in combination with snippets. Picture tell more than words, so I will show you an example. I have an OnAfterValidateTrigger and want to see the suggestions inside the brackets. When I hit Ctrl + Space to activate IntelliSense, the first suggestions are all snippets that do not make sense in this situation. The first suggestion…

Read More Read More

4 Ways To Delete Records From a Table

4 Ways To Delete Records From a Table

Update 11.01.2022: Added a new way to delete records from a table -> There are 4 ways now. Select record -> Delete -> Yes…really delete. Next record. Rinse and repeat. 100 times. Have you ever found yourself in a situation like this where you had to delete 100 records or more in Business Central? Often the reason is that Rapid Start packages have been used to insert masses of incorrect data into the system. The nasty, nasty Rapidstart! Now how…

Read More Read More