Microsoft Dynamics 365 Business Central
Discover the unique world of Dynamics ERPs
Newest article
Collectible Errors?! Is it already in use?
Collectible Errors?! Is it already in use? This is the second part of my new article series about Collectible Errors. Let's check out the first part here: Collectible Errors?! | Microsoft Dynamics 365 - Ing. Tomáš Kapitán (kepty.cz) or you might be interested in my very first article about collectible errors from the last year ErrorInfo data type & Collectible Errors | Microsoft Dynamics 365 - Ing. Tomáš Kapitán (kepty.cz). This article is focused on how ErrorInfo data type and collectible errors are used in Base App by Microsoft's developers. Let's start! Is it already used somehow? So lets start trying to find how many variables of ErrorInfo data type exist in the Base App. I used source codes from the Microsoft Dynamics 365 Business Central 2022 wave 1 (W1 version). As you can...
Meet me on tech conference
Latest Articles
New versions of ALRM for VSCode has been released
I have just released a new version of my main, publicly available project, ALRM extensions for VS Code. The latest versions of both extensions (VS Code & Business Central) are available for download on my GitHub and also directly in VS Code marketplace for free...
DynamicsCon 2021! It’s official!
I'm so glad that my session "AL Language: Coding for performance v2" ranked 6th from all 289 sessions. Today, the final conference agenda has been published, including my session! See the whole agenda on the official web sides: https://dynamicscon.com/agenda/. The...
New versions of ALRM for VSCode & Business Central has been released
I have just released a new version of my main, publicly available project, ALRM extensions for VS Code as well as for Business Central. The latest versions are available for download on my GitHub and also directly in VS Code marketplace for free for any developers in...
Field Level Permissions (Restricted Fields)
I just add a new project to my GitHub repositories. It is a new extension for Business Central that extends security functionalities with field-level permission. Using this extension, users are able to define who can or can not change specific fields in any table in...
Next conf session: Cust. Self Service & Power Portals Bootcamp
New technical conference has just been planned. I already submitted my session: https://events.powercommunity.com/sessions/basic-ticketing-portal-with-integration-to-business-central/ More sessions & other details will be announced in the upcoming weeks, so stay...
New blog layout
After three years, I decided to refresh this blog with a new, custom made layout. The layout has been online only since 22.06. so please excuse any formatting issues in old posts. I will update and fix all posts in the upcoming days.
How to install Business Central (developer) preview version
In the last weeks, I got some questions about installing the developer's preview version (the Insider build) of the Business Central. This version is available through Artifacts for docker similarly to standard versions; however, they are available only for Microsoft'...
AL ID Range Manager (ALRM) for Business Central is available on Microsoft App Source!
I am super happy to announce that my solution for AL Language Developers for Business Central has just been certified by Microsoft and is available on Microsoft App Source for everyone for free!
D365 Business Central database capacity changes valid from the 1st of July
On the Virtual Launch Event for Microsoft Dynamics 365 Business Central 2021 Release Wave 1, the major changes to the cloud-based version (Microsoft Dynamics 365 Business Central Online) have been introduced. The changes are not active yet; they will be effective from...
Forget Confirm() method; start with Confirm Management module
For a long time, if we wanted to get input from the user to confirm something, we used Confirm() method. This method is straightforward - it has two parameters (+ unlimited number of constant values similar to StrSubstNo() method). The first one accepts text shown to...
Returning complex types in AL Language
In Microsoft Dynamics 365 Business Central 2021 w1 (released in May 2021), a profound change was introduced to ways how we can design our applications Until this version, the only way to return complex data types (like records, codeunits, Lists etc.) was using the var...
Next conf session: DynamicsCon 2021
The next Microsoft Dynamics 365 Business Central conference has just been planned, and I already sent a submission for my session! Link to the submission: AL Language: Coding for performance v2 and yes, I am no longer part of a rookie speakers track 😉 ) The...
ALRM: AL ID Range Manager has been updated!
I have just released a new version of ALRM extensions for VS Code as well as for Business Central. The latest versions are available for download on my GitHub and also directly in VS Code marketplace for free for any developers in AL Language. And what is new? - VS...
How to start with ALRM: AL ID Range Manager
AL ID Range Manager is VS Code & Microsoft Dynamics 365 Business Central extensions made for developers who need to manage their object/field IDs across multiple projects (or in the multi-developers environment). If you want to know more about this project, check...
Business Central Bootcamp is the past
Last Saturday, I had a session at another great tech conference (unfortunately, due to Covid still online) - Business Central Bootcamp (list of all sessioon is here). Once the recordings are available, I will give you some tips about other sessions that were the most...