Tag: Business Central

The complexity of complex return types – Looping a record return type (extended)

Short post Do 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 Microsoft Dynamics 365 Business Central 18.4, I have a another update for you! Let’s call it an “extension” for the …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/08/27/the-complexity-of-complex-return-types-looping-a-record-return-type-extended/

Protected 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 community, so that at least you are aware that it exists .. and it might give you …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/08/26/protected-variables/

The 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 update just to pin your attention to the following.. After a few comments from Marknitek and Dennis Reineck, I realized …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/07/06/the-complexity-of-complex-return-types-updated-looping-a-record-return-type/

Stabilize 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 primary reason for this post is an issue that – after quite some debugging – seemed to be an issue …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/05/06/stabilize-your-job-queue-a-few-tricks/

Microsoft 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 OnPrem business – and I want to create a new product. How do I get a new object range? …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/04/28/microsoft-dynamics-365-business-central-publisher-program/

Which 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 out-of-the-box web client Check Customer License in an OnPrem db – from the web client Then you know there’s quite a lot …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/02/19/which-apis-are-available-in-my-business-central-environment/

Microsoft 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 the features at that point (being “code customized base app”), was something that I felt needed some criticism (and still do, …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/01/28/microsoft-dynamics-365-2021-release-wave-1-plan/

Publish & 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 didn’t think of it, until Daniel (TheDenster.com) explicitly asked for it on GitHub. Just imagine, you’re building …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/01/13/publish-run-current-object-from-vscode-with-a-single-command/

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 some major updates – time to blog about it. ;-). Disclaimer I am not the developer of this tool …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/12/18/model-driven-software-development-for-business-central-with-mdal/

Download all Microsoft Dynamics 365 Business Central Source Code with PowerShell

You might wonder: why would I need this? Why would I need to download source code of Business Central, while I can simply access it through the symbols when I’m working in VSCode – or even better, while I can simply click the symbol, and look at the code from there? Well … Searchability Didn’t …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/12/16/download-all-microsoft-dynamics-365-business-central-source-code-with-powershell/