Marcel Chabot's Avatar

Marcel Chabot

@aardvarklabs.bsky.social

Development Practice Manager, Maker, Mad Scientist, Father, Microsoft MVP.

7 Followers  |  8 Following  |  61 Posts  |  Joined: 22.01.2025
Posts Following

Posts by Marcel Chabot (@aardvarklabs.bsky.social)

Preview
Understanding Dimension Set Id in AL for Business Central The post discusses key differences between segment-based accounting and dimensions in Business Central. Segment-based accounting is inflexible and creates a cluttered chart, while dimensions offer flexibility, cleaner accounts, and robust reporting. The Dimension Set addresses data storage issues by managing unique combinations of dimensions, streamlining backend processes in Business Central.

Happy Friday, we made it through February. This week a Lab Note: a quick explanation of how to deal with Dimensions beyond Shortcut 1&2 with the Dimension Set Id. A few developers have stumbled over this challenge and I through I would share an example to help anyone looking.
Have a great weekend!

27.02.2026 13:02 — 👍 0    🔁 0    💬 0    📌 0
Preview
How Copilot and AI Inspired My Card Game Design The author reflects on a meeting where a comment about Copilot inspired a card game concept combining elements of "Cards Against Humanity" and "Apples to Apples." They collaborated with Copilot to create 180 cards for a game where players generate image prompts, culminating in successful game design within three hours.

Taking a break from Code and even Business Central this week to share an AI Rabbit Hole I fell into a few weeks ago.
I, with the help of Copilot. created and had manufactured an AI/Copilot Image Generator centric card game.
Read the post about the crazy adventure. I had a great time!

20.02.2026 13:00 — 👍 0    🔁 0    💬 0    📌 0
Preview
Integrating Analysis Views in Business Central Extensions The Business Central analysis view enables efficient data analysis creation, enhanced by Copilot integration. The AL 17.0 Runtime now allows users to package and deploy Analysis Views. By exporting the JSON file of an analysis view and integrating it with Visual Studio Code, users can enhance business extensions seamlessly.

Friday before Valentine's Day, nothing says love like sharing. I'm going to share a new feature coming out in BC 2026 Wave 1: Analysis Views as a part of your Extensions. This will let you export your favorite Analysis Views and include them in your extensions making them reusable! Share the Love!

13.02.2026 13:02 — 👍 0    🔁 0    💬 0    📌 0
Preview
Join the First Business Central Hackathon at DynamicsCon 2026 At DynamicsCon 2026, the inaugural DyCon Hackathon will take place on May 13th, offering a creative environment for participants to build, test, and share projects focused on Business Central AI. Open to all experience levels, it promotes collaboration and learning without pressure, ensuring an engaging experience for both newcomers and seasoned developers.

This year at DynamicsCon 2026 I have been given the opportunity to do something amazing. I will be hosting the first DynamicsCon Hackathon for Business Central.
The theme for this event is BC AI, and my Pro Coder, No Coder, and Vibe Coder friends are welcome to join in the fun.

11.02.2026 13:01 — 👍 0    🔁 0    💬 0    📌 0
Preview
Using AI to Simplify Complex Documentation and Design Tasks In this development log, the author shares their approach to managing complex requirements documents using Microsoft 365 Copilot. They utilize the tool to streamline documentation tasks, enhance understanding of Business Central AL, and mitigate the intimidation of starting new projects. The experience highlights Copilot's value in generating and validating technical documentation effectively.

First Friday in February! I hope you are having a good day. This week I'm diving into another series where I explore using AI/Copilot to assist me in software design and development. Not vibe coding, but leveraging tools to help with design, management, and development. This should be fun!

06.02.2026 13:00 — 👍 2    🔁 0    💬 0    📌 0
Preview
How to Use External APIs in Business Central The content discusses utilizing APIs in Business Central to access external data, demonstrating with a Chuck Norris joke and an email validation API. It explains the basics of making HTTP requests, handling responses, and parsing JSON data. Upcoming topics will include more complex API interactions and authentication methods.

Happy Friday. This week we go back to the BC AL Journey series and explore calling API services from AL Code in Business Central. We create two basic calls to get a hang of the API concept. Later we will come back and tackle some more complex systems. For now, enjoy and have a great weekend.

30.01.2026 13:00 — 👍 0    🔁 0    💬 0    📌 0
Preview
Step-by-Step Guide to AI Campaigns in Business Central Ben Cole and Dave Wheat approached to develop an AI demonstration for generating marketing campaigns based on regional sales in Business Central. The system identifies relevant postal codes using natural language input, integrating two AI agents to process information efficiently. This approach optimizes cost and enhances user interaction while managing campaigns seamlessly.

Happy Friday everyone! This week I have another AI project. Ben Cole helped me with this concept.
Here is an example of AI being used to add free items to sales orders based on world events. This AI is a fun example of how AI, Grounded Search, and basic AL code can create something really powerful.

23.01.2026 13:01 — 👍 0    🔁 0    💬 0    📌 0
Preview
Streamline Your AL Development with Global NuGet Symbols Lab Notes #3 There have been a few instances where I wanted to start development on a Business Central extension, but the client system isn't ready. You need to download Business Central symbols, so where do you go? I could go grab symbols from another project or point to another Business Central environment. There is another option in Business Central AL 17.0: You can download symbols from the Global NuGet feeds.

Friday again, and this week's lab notes is something that should help out when starting a new project. It isn't uncommon for me to need to start the coding before the environment is available. AL 17 allows us to download symbols from NuGet.
I can get the latest symbols anytime!

16.01.2026 13:00 — 👍 0    🔁 0    💬 0    📌 0
Preview
Debugging Business Event Subscriptions in Business Central The post discusses troubleshooting Business Event Subscriptions in Business Central, following Tonya Bricco-Meske's insights on hidden Event Subscription Pages. It highlights essential pages for debugging, including the Business Event Subscriptions, Activity Log, and Notifications pages, providing users with tools to resolve issues when subscribing to events.

Another Lab Note coming at your this Friday. This week a walk through some of the technology available for debugging Business Event Subscriptions. This came in handy assisting a client in connecting to a custom Business Event, I hope it help you out too.

09.01.2026 13:00 — 👍 0    🔁 0    💬 0    📌 0
Preview
2025 Highlights: Engaging Moments in Business Central Events In 2025, I connected with the Business Central community through events, podcasts, and panels, sharing knowledge and fostering discussions on relevant topics. My blog, Aardvark Labs, exceeded expectations with over 2200 monthly views. Exciting plans for 2026 include more blog posts, video series, and a special Dynamics Con event.

Happy Friday. This week I want to thank everyone for an amazing year, and I want to share some of the highlights with everyone.
I have had a great year of growth and learning. I hope your year has been exciting and fulfilling. I'm looking forward to the challenges that come next.
Happy New Year!

26.12.2025 13:00 — 👍 0    🔁 0    💬 0    📌 0
Preview
Managing Optional Extensions in Business Central AL Code The post discusses handling two clients with similar requirements, one using an optional third-party extension, Binary Stream Multi-Entity Management. It explains a procedure for creating General Journals while selectively interacting with extension fields. The code checks for the extension's installation, ensuring compatibility without creating dependencies, enabling flexible system functioning.

Happy Friday. I'm testing out a new blog format. It is a challenge I've faced and a Solution. These posts are quick and to the point. I'm calling them "Lab Notes". Let me know what you think.

19.12.2025 13:00 — 👍 0    🔁 0    💬 0    📌 0
Preview
Importing XML into Business Central with AL The post discusses the use of XML, specifically cXML, in data exchange within Business Central. It highlights the challenges of strict adherence to XML standards compared to more flexible formats like JSON. The author then provides a parsed example of a cXML purchase order, detailing the process of extracting information from the XML structure.

Happy Friday! I've been posting file parsing examples and I've come to the XML format. Here is an example of how to parse a cXML file.
Do you still see XML files in the wild?
I also have to admit; I had a love for XML that may have been based on some rose-colored history :-).
Have a great weekend!

12.12.2025 13:02 — 👍 0    🔁 0    💬 0    📌 0
Preview
Importing Multi-Tab Excel Files into Business Central This post elaborates on importing multi-tab Excel data into Business Central, specifically focusing on a Header/Line relationship. It uses Sales Header and Detail tables, employing a dictionary to manage connections between headers and lines, ensuring efficient data linking during the import. The example showcases methods for parsing Excel files seamlessly.

Happy Friday! This weeks post returns to our series of data import concepts and rounds out our Excel import with a Multi-Tab example. Excel is such a common data handling format, do you have any Excel format horror stories? Share your "favorites".
Have a great weekend!

05.12.2025 13:00 — 👍 1    🔁 0    💬 0    📌 0
Happy Thanksgiving 2025 Wishing everyone a joyful Thanksgiving from my family to yours!

Happy Thanksgiving from my family to yours! No Aardvark Labs post this week, taking a week off to hang out with the family. I'll be back to posting weekly educational content next Friday.

27.11.2025 13:00 — 👍 0    🔁 0    💬 0    📌 0
Preview
Understanding User Control Host in Business Central In this Business Central AL Journey installment, the author introduces Custom Controls for data input and display, emphasizing the use of JavaScript and HTML5. The new User Control Host page type enables embedding web pages, such as Power BI reports, into Business Central, providing a foundational step toward developing custom controls for enhanced user interaction.

Happy Friday! This week we are introducing a gateway feature of Business Central: The User Control Host. This is going to start us down the path of exploring custom Business Central Controls in HTML/JavaScript. Enjoy and have a great weekend!

21.11.2025 13:03 — 👍 0    🔁 0    💬 0    📌 0
Preview
How to Use Concealed Text Fields in Business Central AL Business Central offers tools to secure sensitive data, including Secret Text and Isolated Storage. The recent update, Business Central 27.1, introduces the Concealed Text Field, enabling masked input for sensitive entries to enhance privacy. This feature is easily activated in the Feature Management page and applies to various field types.

Happy Friday! A quick post about a new feature in Business Central 27.1: The Concealed Text field. I've needed this feature for a long time, and I'm glad it is available. Let me know if you have been waiting as well. Have a great weekend!

14.11.2025 13:04 — 👍 0    🔁 0    💬 0    📌 0
Preview
Understanding AL Development: Environmental Information Code Unit The codeunit 457 "Environment Information" in Business Central helps manage extension behavior based on the environment type. It includes functions like IsProduction and IsSandbox to determine the environment and adjust operations accordingly, such as altering email procedures for Sandbox environments and handling SaaS versus OnPremises distinctions effectively.

A fantastic fall Friday, a great day for another helpful code unit! This week we take a look at the Environmental Information Code Unit. It can really be helpful when you want to perform specific actions based on details about which environment you are in. Have fun!

07.11.2025 13:00 — 👍 0    🔁 0    💬 0    📌 0
Preview
Using CoPilot to Upgrade Service Notes for Invoices in Business Central AL A client requires enhanced service technician notes for customer-facing invoices in Business Central. The solution involves employing CoPilot to transform these notes into clear summaries. This implementation includes creating a table for resolution notes and integrating prompts for user input, ultimately streamlining the invoice generation and improving client communication.

Happy Friday. This week we explore an application of CoPilot to simplify the handling of field service technicians notes and turn them into something appropriate to share with a customer on a Sales Invoice. It is a great application of AI and a fun use case. Enjoy!

31.10.2025 12:08 — 👍 0    🔁 0    💬 0    📌 0
Preview
Understanding AL Development: String Conversion Management Code Unit In a previous post we reviewed the Type Helper Code Unit and its collection of useful procedures. There are several other helper code units, and this week we will review the String Conversion Management Code Unit. If you haven't seen the post about the Type Helper, you can find it here: This particular helper stems from the .NET System.Text objects.

Happy Friday! A few weeks ago I dove into the Type Helper code unit. I was alerted to the String Conversion Management code unit as another great support code unit. I couldn't agree more! Here is a write up on a small, but powerful code unit. Have a great weekend!

24.10.2025 12:08 — 👍 5    🔁 1    💬 0    📌 0
Preview
Top Improvements in Business Central Page Scripting in Release 2025 Wave 2 The Page Scripting tool has been improved in Business Central 2025 Wave 2, addressing key challenges. Users can now delete steps, insert new ones without re-recording, rearrange steps via drag and drop, add parameters through the UI, and utilize previously generated scripts, making the scripting process more user-friendly and efficient.

Business Central Wave 2 is bringing some important new features to the Page Scripting tool. These features include arbitrary delete, drag and drop reorder, insert steps, parameters, and sub scripts! Check them out and watch for their release in your Business Central.

17.10.2025 12:01 — 👍 0    🔁 0    💬 0    📌 0
Preview
Truncate vs. DeleteAll: Speed in Dynamics 365 Business Central AL Microsoft Dynamics 365 Business Central 2025 Release Wave 2 (Version 27.0) introduces a new, more efficient way to delete large volumes of data: Truncate. My first question is, how much faster is it? I setup a little experiment. I created a routine to generate 500,000 records. Which took 127,676 millisecond or about 2 minutes. I then deleted the records in one of three different ways.

Business Central 2025 Wave 2 introduces a faster way to delete data: Truncate. How much faster is it? Well, I spent a few hours creating a deleting records to bring you the results. Check out this week's Aardvark Labs blog and see the winner. More interestingly how much faster is the winner.

10.10.2025 12:04 — 👍 0    🔁 0    💬 0    📌 0
Preview
Understanding AL Development: The Type Helper Code Unit The Type Helper code unit in Microsoft Dynamics 365 Business Central encapsulates reusable logic for tasks like data formatting, localization, and type conversion. With 74 procedures, it simplifies common operations in development, facilitating API handling. The helper enhances modularity and efficiency by offloading routine functionality to callable units.

Ever need a helping hand? This week we are looking at the Type Helper Code Unit in Business Central. This code unit has 74 helpful procedures in it and we will be making use of it a lot as we delve into API integration in the near future. Have a great weekend!

03.10.2025 12:01 — 👍 1    🔁 0    💬 0    📌 0
Preview
Securing Sensitive Data in Business Central AL using SecretText The content discusses the importance of keeping sensitive data secret while developing extensions for Business Central, particularly in relation to Azure OpenAI and API keys. It introduces the SecretText variable, which protects confidential information from debuggers and other users. The implementation includes generating JSON objects securely with secret values.

Happy Friday! Can you keep a secret? Well Business Central can! Take a look at what we can do with the SecretText. This is important to keep things like API keys safe.
Enjoy and have a great weekend!

26.09.2025 12:01 — 👍 0    🔁 0    💬 0    📌 0
Preview
Azure OpenAI in Business Central AL: Managed vs Unmanaged The post discusses two authentication methods for integrating AI in Business Central: using an Azure OpenAI instance or a Managed OpenAI Resource. While the Azure instance provides control over model deployment, the Managed Resource reduces costs and maintenance since it's included in Business Central. The Managed Resource also offers Grounded Bing Search capabilities, but comes with data containment concerns.

Did you know that as a Business Central AL Developer you have access to two different implementation methods for OpenAI/CoPilot? There are the ones you can create in Azure OpenAI, and the one Managed by Business Central. There are reasons to use both, check out this week's post to learn more.

19.09.2025 12:00 — 👍 0    🔁 0    💬 0    📌 0
Preview
Guide to Handling Header and Detail Imports into Business Central with AL Earlier in our Delimited File Import example we imported and parsed a simple file into Customer records. While useful, there are many cases where a Header and Line system is required, such as Sales Orders. We are going to use concepts from that earlier post, so please take a moment and review if needed. There are two common structures for storing header and line data in a delimited file.

A lovely Friday in Fall, time for some Aardvark Labs! A few weeks ago I posted about importing delimited text files stuck to a single record type. This week we tackle the Header/Detail structure of a Sales Order. This is a common data import that has some interesting parsing challenges.
Enjoy!

12.09.2025 12:00 — 👍 0    🔁 0    💬 0    📌 0
Preview
Step-by-Step Guide to Page Customizations for Business Central in AL BC AL Journey #31 Pages and Page Extensions are a great way to create or update page layouts for Business Central. The issues are that they are "one size fits all", meaning that they are perfect for nobody. What is needed is a page layout that can be customized based on a user or more specifically a user profile. What we need is to be able to do is define a profile, then define customization to pages that are specific to that profile.

Welcome to a Friday customized just for you! Well, it would be if you were a Business Central Page and Page Customization object. You can customize pages in Business Central, but you can also create Page Customizations in AL. Take a look at what you can do beyond Page and Page Extensions. Have Fun!

05.09.2025 12:03 — 👍 0    🔁 0    💬 0    📌 0
Preview
Business Central 2027 release wave 1: Preparing for OData Endpoint Removal As of the writing of this the Business Central 2027 release wave 1 is 18+ months away, however the scope of this change leaves no time to waste. Currently in Business Central any Page can be a Web Service. You can use the magnifying glass, enter Web Services, and see a list of available Web Services. You can see the Customer Card API is a Page with the object ID of 21.

Heads up to my Business Central API Users. BC Release 30 (2027 Wave 1) has some major changes to Business Central APIs and while it sounds like it is a long way away, this change can't wait for the last minute. Here is a write up of what is happening and what you can do to prepare.

02.09.2025 12:04 — 👍 0    🔁 0    💬 0    📌 0
Preview
Enhancing Business Central with Address Validation AI Address matching can be challenging due to various abbreviations and misspellings. The writer discusses integrating artificial intelligence to improve accuracy, utilizing tools like Azure OpenAI to evaluate address similarities. The system should return the closest matching address with a certainty percentage, aiding in data completeness within Business Central records.

This fantastic Friday we are going to go back to CoPilot/Azure OpenAI and solve a challenging problem: Address Matching. I've tried several different technologies in the past, now let's see how AI handled the challenge. Spoiler Alert: Amazingly Well. Check out the BLOG for all the details.

29.08.2025 12:02 — 👍 0    🔁 0    💬 0    📌 0
Preview
Step by Step Guide to Importing Excel Data into Business Central Microsoft Excel is the leading data management application, widely used despite mixed opinions. The content discusses importing data into a temporary staging table using Excel files. It outlines steps to define columns, manage item records, and implement the import process with specific procedures for handling Excel data, ensuring clarity and efficiency.

I hope you are having an Excel-lent day! This week we are continuing our file import exploration with everyone's favorite spreadsheet, Microsoft Excel. Excel is such a popular tool, having the ability to create interactive imports from Excel files is a huge benefit to users.
Have a great weekend!

22.08.2025 14:04 — 👍 0    🔁 0    💬 0    📌 0
Preview
Best Practices for Handling Delimited Data Imports into Business Central Delimited files, commonly used for data transfer, separate data with various delimiters (e.g., CSV, pipe). These files are unstructured and flat, lacking validation between records. Implementing a temporary staging table ensures data integrity during customer imports. The process involves uploading a file, parsing, and storing customer records systematically for further processing.

It is a delightful Friday to learn something! This week we are looking at parsing data from CSV files. This goes along with our previous JSON import, and we will see Excel imports in the coming weeks. There is a lot we can do with file imports, and we are going to take a deep dive! Have a great day!

15.08.2025 12:02 — 👍 0    🔁 0    💬 0    📌 0