
Follow my blog
If you like what I do and want to support, buy me a coffee 😉
https://www.buymeacoffee.com/stefanmaron
Code review: Loop over an Enum
So I came across this post from ThatNavGuy: Looping Through Enum – That NAV guy (wordpress.com) He shows an example on how to loop over an enum. The goal is to have the enum pointing to the next value on each iteration. Since this community is about sharing knowledge and learning from each other, IContinue reading “Code review: Loop over an Enum”

Speed up BC container creation
This is probably going to be a short blog again and chances are high that you already know what I am going to share. But if your are like me and did not know this little trick, its going to save you, and maybe your team, quite some time! Since I do not run myContinue reading “Speed up BC container creation”
Clean up after yourself, Git!
You may know this problem: After a while working with feature branches your local git repository is a mess of many branches which don’t event exist anymore on your remote. (GitHub/GitLab/DevOps) You could delete these local branches manually but if you are as lazy as I am, you might want to read on and justContinue reading “Clean up after yourself, Git!”
Performance & Variables exposed as field on a Page
Today was again one of those days… I just wanted to add a flow field to a table to look up some value, and display it on a list page. After some time I realized that this wont work. Im my case I needed to go three table relations deep to get out the valueContinue reading “Performance & Variables exposed as field on a Page”
Video series: How do I?
I just joined the hype train and started to record AL learning videos! Yes, I know what you might think now. “Again? There are already enough people doing the same videos over and over again!” But I have something different in mind. In this series of videos I want to share and show how IContinue reading “Video series: How do I?”
Can I copy my container?
Can I copy my docker container? Of course you can, and here is how!
Thoughts about automated testing in projects
I just finished a somewhat successful project with one of my customers, starting with BC from scratch only with some master data imported. For some more critical processes I wrote some basic test cases and automated them. Although this project did not fail and the customer can work with BC without problems now, I hadContinue reading “Thoughts about automated testing in projects”
MSDyn365BC.Code.History
Did you ever wonder what was changed in a cumulative update in Business Central? Sure, you can read the update notes from Microsoft and read the list of bug fixes they made. But I mean like, really know what was changed. Like, which line was changed on the customer table from between 2 versions?

In VS Code you want to git stage manually…
After a longer break with blogging, I am now back with a really short one. But I thought this would be worth sharing 😉 Thanks to @waldo1001 and @KarolakNatalie who opened my eyes on this one 🙂 You might know this little message, although you might have already forgotten that you got asked, when youContinue reading “In VS Code you want to git stage manually…”

Automated export objects from C/AL
This time I have some tips on how to use GIT integration when developing in C/AL with docker. When used to AL development one of the first things to notice when going back to C/AL is, that you do not have any version control. To solve this problem, I added a little bit of SQLContinue reading “Automated export objects from C/AL”
Loading…
Something went wrong. Please refresh the page and/or try again.