Microsoft Dynamics 365 Business Central
Discover the unique world of Dynamics ERPs
Newest article
CU 2024/01 for Microsoft Dynamics 365 Business Central on-premises has been released
The cumulative update 2024/01 for Microsoft Dynamics 365 Business Central (2022 wave 2, 2023 wave 1 and 2023 wave 2) on-premises has just been released.
Meet me on tech conference
Latest Articles
NAV TechDays 2020 rescheduled to 2021!
Due to the current situation regarding COVID-19, the most known event about Microsoft Dynamics 365 Business Central and Microsoft Dynamics NAV has been moved to 18. and 19. of November 2021
Microsoft Dynamics 365 Business Central 2020 Wave 1 has been released!
The new version of Microsoft Dynamics 365 Business Central has just been released! Version is called 2020 Wave 1 and its internal number is 16.0. I already described some of the most anticipated functions, and I probably describe some other in the upcoming weeks....
Interfaces in AL (part 1)
With Microsoft Dynamics 365 Business Central 2020 Wave 1 (respectively with Runtime 5.0) a new object type has been introduced - Interfaces. This term is well known from other programming languages and probably a lot of readers have already used them in some way. The...
New Features: Managing permissions to export data to Excel
With the new version of the Business Central (2020 Wave 1) administrators have a way how to restrict users who could export data to Excel. This is common request across all industries to allow this functionality to only some users. The permission is under the...
New Features: Optimizing of pages
Page Loading One of the highly expected changes is optimization of pages. With the upcoming major version (2020 Wave 1) there should be a lot of changes to the behaviour and performance in pages. In the current version (2019 Wave 2 and older) the page is not opened...
Enum Data Type
Enum is a new data type in the Business Central introduced with the very first version of Business Central. Since then many changes have been done to them and currently, they are usable instead of Option data type without any hesitation. In compare to Option, Enums...
Dart & Flutter: Setup Android emulator and Android device
Application development is not possible without testing. For mobile development there are two primary possibilities - test the application on a mobile device with Android or using Android emulator. If you have an Android device (especially the one for which you are...
Dart & Flutter: Install prerequisites & environments for Mobile Development
To be able to create your app in Dart & Flutter, you have to set up your environment first. Flutter Download here: https://flutter.dev/docs/development/tools/sdk/releases Extract the ZIP file to your computer (do not put them in any system directory like Program...
“Designing complex ERP processes” session in Prague
Last week I was invited to the local programming group in Prague to share my knowledge and expertise within Microsoft's ERP platform designing and programming. Due to Covid-19, it was my first in-person attendance at any tech conference after almost one and a half...
Microsoft Dynamics 365 Business Central 2019 Wave 2 has been released!
The new version of Microsoft Dynamics 365 Business Central has just been released! Version is called 2019 Wave 2 and its internal number is 15.0. I already described some of the most anticipated functions, and I probably describe some other in the upcoming weeks....
How to customize Base-Application
Even if customizing of the core apps is not recommended, sometimes it is still necessary (as I already described in the previous article). So let's look at how to do it. Requirements There are no special requirements to change the Base App. The only thing that needs...
Page Inspection
Description of the standard functionality that allows data inspection as so as inspection of the current page.
Dart & Flutter: What is it?
As from my point of view, the original mobile app for Microsoft Dynamics 365 Business Central is not suitable for some industries, especially when there are some requests on special behaviour (such as automation, bar code scanning & automation or special system...
New Features: Non-Sequential numbering
One of the most known problem, especially in systems with many users, is managing DB locking for records, that require many updates. In term of Business Central (and previously NAV too) this problem is mostly known from No. Series. The new version of the Business...
BLOB storage changes in Business Central 15.0
With upcoming new major version of Business Central (2019 wave 2 /15.0), there is a lot of breaking changes that we have to work with. One of the first any developer probably find out is warning about using of TempBlob record variable. This record is usually used as a...