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”
Category Archives: Allgemein
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”
Business Central and Multiline Fields
I may introduce you to the “Microsoft.Dynamics.Nav.Client.WebPageViewer”. This is an awesome small controladdin shipped by microsoft. You can not only embed webpages in Buisness Central but you can also pass your own html!
Condition basics in AL
Recently I posted a “Did you know that …” post on Twitter showing an alternative way to write an if-condition. Today I thought: Hey, I might have some more examples for different ways to write conditions and here we are 😉 First start with the most simple if statement there is: It just checks ifContinue reading “Condition basics in AL”