Model Driven software development for Business Central with “mdAL”
You might already have seen my session on DynamicsCon about Design Patterns. During that session, I mentioned a tool “mdAL”. If not .. well, here it is (starting at the mdAL part):This tool has seen...
View ArticleCheck Customer License in an OnPrem db – from the web client
This is my first post of 2021, so I’d like to take the opportunity to wish all of you all the best, all the health, all the safety, and .. may we finally meet again in person in 2021! I’d be very happy...
View ArticlePublish & Run Current Object from VSCode – with a single command
I’m not writing a blog about every single (new) command in my “CRS AL Language Extension”. But this Sunday, I added an interesting one. One that I should have had created for a long time – but simply...
View ArticleMicrosoft Dynamics 365: 2021 release Wave 1 plan
It’s that time again! Recently, Microsoft released their plans for the next major version for Dynamics 365. Quite some time ago, I started with commenting on that (I actually did that because one of...
View ArticleWhich API’s are available in my Business Central environment?
Here’s a short post with a small tip about something a lot of you probably already know. How’s that for an intro .If you remember these posts:Getting not-out-of-the-box information with the...
View ArticleSetting up docker containers with apps from AppSource
For a long time, we have been looking for a solution to be able to set up a docker environment, and then download the necessary apps from AppSource. Why?For different reasons. Like, to set up a...
View ArticleSo .. I did a stream ..
Not too long ago, I asked about opinions on whether I should just keep blogging, or if I should also jump on the streaming-wagon like many already did .. and start streaming content about business...
View ArticleBusiness Central Development Life Hacks
I haven’t exactly blogged much lately, but that doesn’t mean I haven’t been active for or in the community. You might have seen my previous blogpost for example, where I explored the wonders of...
View ArticleDesign Considerations for Upgrade Codeunits
Recently, in our product, we enabled support for the new “Item References” in Business Central. Basically meaning: when upgrading to the new version of our product, we wanted to:Make sure our code...
View ArticleMicrosoft Dynamics 365 Business Central Publisher program
The last couple of months, there has been quite some questions from ISVs (and especially the “old” ISV’s) on how to register their apps in their specific situations. Just to name a few:I only have...
View ArticleStabilize your Job Queue – a few tricks
For a few people, this will be a very “current problem”, for other, that have suffered through years of “unstable” NAS and Job Queue for that matter .. this upcoming blogpost might be interesting. The...
View ArticleA somewhat easier way to generate a DGML Dependency Graph of your Business...
You might have read my post “Visualize app.json dependencies in VSCode (using GraphViz)” where I explained “another” way to generate a dependency graph. Another than what? Well – other than the DGML...
View ArticleDocumenting your Business Central (custom) APIs with OpenAPI / Swagger
For reasons that are not too important, I am trying to find a way to “describe my custom APIs”. You know. You’re at a project, you had to implement an integration with a 3rd party application, and you...
View ArticleBusiness Central Default APIs are not localized – or are they?
Good news.You’re probably all familiar with the great work Microsoft is doing on providing us a huge set of useful out-of-the-box API’s. No? Well, you can find all the information right here: API(V2.0)...
View ArticleThe complexity of complex return types
Since Business Central 2021 Wave 1 – v18, if you will – we are able to return about ANY type from a procedure. For many languages, that’s the most normal thing, but for Business Central’s AL language,...
View ArticleThe complexity of complex return types (updated) – Looping a record return type
Update for my previous post: The complexity of complex return types. (I could have just updated the post, but since that wouldn’t trigger the people that already read it, I decided to create a small...
View ArticleProtected Variables
“Protected Variables” might not be a familiar topic in the Business Central world. It was at least not that familiar to me ;-). So I wanted to make a small post to make this more known in the...
View ArticleThe complexity of complex return types – Looping a record return type (extended)
Short postDo you remember my post about The complexity of complex return types? And the update The complexity of complex return types (updated) – Looping a record return type?Well, since the release of...
View ArticleCan you “force” VSCode extensions on your team’s PC’s?
You must have seen the launch of Vjeko’s extension: the “AL Object ID Ninja”. If you haven’t, well, let me make your day and show you some resources:AL Object ID Ninja – Vjeko.comAL Object ID Ninja...
View Article