Business Central Development Life Hacks
Apr02

Business 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 streaming (which is for a near future to pick up, by the way ;-)), I also have contributed a few sessions on a few occasions. One of these occasions was “Dynamics Con” – a free conference that was…...

Read More
So .. I did a stream ..
Mar21

So .. 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 central. In fact, that poll is still on my website, and today, it says this result: So, a vast majority isn’t really waiting for me to bring out any streaming videos :-). But .. in all… Continue Reading waldo’s Article on...

Read More
Setting up docker containers with apps from AppSource
Mar03

Setting 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 development environment. I know we can do that in an online sandbox, but .. we’re already doing this on docker for OnPrem development, so if we could simply set up dev environments for any… Continue Reading waldo’s Article on...

Read More
Which API’s are available in my Business Central environment?
Feb19

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 clientCheck Customer License in an OnPrem db – from the web client Then you know there’s quite a lot of information .. just under your fingertips of the web client. And… Continue Reading waldo’s...

Read More
Microsoft Dynamics 365: 2021 release Wave 1 plan
Jan28

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, by the way ;-))).  So, by matter of tradition – and it being a…...

Read More
Publish & Run Current Object from VSCode – with a single command
Jan13

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 an app, with many pages, and you want to build a page, test it, build the…...

Read More
Check Customer License in an OnPrem db – from the web client
Jan07

Check 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 to have much less of this: And more of this: Anyway ;-). Let’s get to the topic.. I got an internal question from our consultants on how they are able to access the license… Continue Reading waldo’s Article...

Read More
Model Driven software development for Business Central with “mdAL”
Dec18

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 – so not a single credit should go my way. The main developer of this tool is… Continue Reading waldo’s...

Read More
Download all Microsoft Dynamics 365 Business Central Source Code with PowerShell
Dec16

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 you ever wonder: “hey, previous version, this codeunit was still in this app – where is it… Continue...

Read More
Run your own AppSource Validation
Dec04

Run your own AppSource Validation

Quite honestly, I’m fully into the process of getting our apps (about 30 of them) to AppSource. We chose to have OnPrem implementations first, basically to get the experience, and also because it just still sells better in Belgium (immediate market ;-)). Anyway .. Recently, there was a call with Microsoft with the topic “what to do in order to pass technical validation”. Given my current… Continue Reading...

Read More
Business Central V17.1 fails your pipeline .. and that’s OK
Nov13

Business Central V17.1 fails your pipeline .. and that’s OK

A few days ago, we upgraded our product from 17.0 to 17.1. We had been looking forward to this release, because we usually never release a product or customer on an RTM release of Business Central. So .. finally 17.1, finally we could continue to upgrade the product and start releasing this to customers before the end of the year. While this was just a minor upgrade .. things started to… Continue Reading waldo’s Article on...

Read More
Visualize app.json dependencies in VSCode (using GraphViz)
Nov06

Visualize app.json dependencies in VSCode (using GraphViz)

If you’ve been following the latest and greatest from Microsoft Dynamics 365 Business Central, you must be aware about “what’s cooking in Microsoft’s Lab“. In short, Microsoft is working on a possibility to generate a DGML file for your extension that you’re compiling. A DGML file is basically a file that contains all code cross references. Remember “where used” .. well .. that! I can...

Read More
Upgrade to Business Central V17 (part 1) – The Workflow
Oct28

Upgrade to Business Central V17 (part 1) – The Workflow

Recently, we have been going through upgrading our 65 apps to the newest release (v17). You might wonder: upgrade? Wasn’t this supposed to be seemless? Well, let me explain what we did, how we handle stuff internally – and then maybe it does make sense to you why we take the steps we took for upgrades like this. DevOps It seems I can’t stop talking about DevOps ;-). Well, it’s the… Continue Reading...

Read More
Microsoft Dynamics 365 Business Central 2020 release wave 2 is Released!
Oct08

Microsoft Dynamics 365 Business Central 2020 release wave 2 is Released!

Just a small reminder for you that yet another major release has been thrown our direction: v17 aka “Business Central 2020 Release Wave 2“. Old news, I know. But I blame the pandemic ;-). I already blogged about this upcoming release, and basically the list is quite the same.In fact, besides the official Microsoft Docs documentation, Natalie Karolak shared a smart way to filter for… Continue Reading waldo’s...

Read More
You wonder how? The answer is “DevOps”!
Sep28

You wonder how? The answer is “DevOps”!

You must have seen this blog post from Microsoft: Maintain AppSource apps and per-tenant extensions in Dynamics 365 Business Central (online) And/or this blog of AJ: Business Central App maintenance policy tightened And/or this post from James: SaaS enables progress, why block it? If you didn’t, please do. Because as a Microsoft Dynamics 365 Business Central partner, your job… Continue Reading waldo’s Article on...

Read More
Use Azure KeyVault in AzureDevops for sharing licensing and other secrets
Sep18

Use Azure KeyVault in AzureDevops for sharing licensing and other secrets

You are probably aware on how “secrets” work in AzureDevops. In a way, it’s simple: you can create variables, and store the value of the variable as a secret or not, simply by tapping the “lock” when creating a variable. To share variables over multiple repos, you can create a variable group, and use that variable group in multiple pipelines. Quite Easy! But … Thing is –… Continue Reading...

Read More
Using Microsoft Dynamics 365 Business Central Artifacts to get to the source code of the default apps
Aug28

Using Microsoft Dynamics 365 Business Central Artifacts to get to the source code of the default apps

A question I get a lot – especially from people that come from C/AL, and only take their first steps into AL – is: How do I get to Microsoft’s source code of the BaseApp (and other)? Well, there are multiple ways, really. You can download symbols, and unpack the symbols. You can download the DVD and get to the code on the DVD, or… You can simply download the artifacts And with… Continue Reading waldo’s...

Read More
Using DevOps Agent for prepping your Docker Images
Aug18

Using DevOps Agent for prepping your Docker Images

I have yet another option for you that might be interesting for you to handle the artifacts that Microsoft (Freddy) is providing in stead of actual Docker Images on a Docker Registry. What changed? Well, this shouldn’t be new to you anymore. You must have read the numerous blogposts from Freddy announcing a new way of working with Docker. No? You can find everything on his blog. Let… Continue Reading waldo’s Article...

Read More
New Upcoming Conference: DynamicsCon
Jul30

New Upcoming Conference: DynamicsCon

I just wanted to raise some attention to a new Conference in town: DynamicsCon. Quite interesting, because it’s perfectly aligned with the current world situation regarding COVID-19 issues: it’s a virtual event .. and it’s free! I’m not saying I prefer virtual events. I don’t. But given the circumstances, I guess it makes sense – and some advantages as well: you will be able to see… Continue...

Read More
Installing a DevOps Agent (with Docker) with the most chance of success
Jul13

Installing a DevOps Agent (with Docker) with the most chance of success

You might have read my previous blog on DevOps build agents. Since then, I’ve been quite busy with DevOps – and especially with ALOps. And I had to conclude that one big bottleneck keeps being the same: a decent (stable) installation of a DevOps Build server that supports Docker with the images from Microsoft. Or in many cases: a decent build agent that supports Docker – not even having to… Continue Reading...

Read More
Microsoft Dynamics 365: 2020 release wave 2 plan
Jul09

Microsoft Dynamics 365: 2020 release wave 2 plan

That’s right. It’s time again for the next round of features that Microsoft is planning for the next major release. It’s weird this time, lacking most info from conferences .. the kind of “silent” release of Wave 1 .. it’s almost like flying blind. Although, there is a crapload of information online. And of course, don’t forget Microsoft’s Virtual Conference from June 3rd.  Since...

Read More
Deploying from DevOps the right way (Part 2): Deploying to OnPrem Business Central environments with the automation API
Jun30

Deploying from DevOps the right way (Part 2): Deploying to OnPrem Business Central environments with the automation API

You might have read my previous blogpost on how to enable the “external deployment” in an OnPrem Business Central environment. Well, that post deserved an “extension” as I didn’t provide examples on how to deploy with PowerShell – which you would be able to do within Azure DevOps. Scenario The scenario is still the same: you have all these OnPrem customers, where you would like to… Continue...

Read More
Deploying from DevOps the right way: enabling External Deployment in OnPrem Business Central environments
Jun15

Deploying from DevOps the right way: enabling External Deployment in OnPrem Business Central environments

It seems that lately, I’m only able to blog about something when I have a tool to share.. . That needs to change .. :-/. But not today. Today, I’m going to share yet another tool that we at the ALOps-team have been working on to serve many of our customers. And we decided to share it with the community. The tool is free, it will stay free … but, there is a … Disclaimer The… Continue Reading waldo’s Article on...

Read More
Getting not-out-of-the-box information with the out-of-the-box web client
May26

Getting not-out-of-the-box information with the out-of-the-box web client

A few days ago, I saw this tweet: Do you need to see current the database size for a company broken down into table sizes? In #MSDyn365BC 2020 release wave 1, you can do that in the new Table Information page. See more: https://t.co/ShGVYnec2g pic.twitter.com/DGHlr5WlME— Microsoft Dynamics 365 Business Central (@MSDYN365BC) May 23, 2020 And that reminded me about a question I had a few… Continue Reading waldo’s...

Read More
Microsoft Dynamics 365 Business Central Virtual Event, June 3rd, 2020
May14

Microsoft Dynamics 365 Business Central Virtual Event, June 3rd, 2020

It was quite expected, I guess.  After alle the cancellations of Business Central conferences, like NAVTechDays, Directions, Days of Knowledge, .. , Microsoft announced today that they will host a first “Virtual Conference” called “Microsoft Dynamics 365 Business Central Virtual Event” and it will be held on June 3rd, 2020. Be the first to see what’s new in Microsoft Dynamics 365… Continue Reading...

Read More
Multi Root Workspaces in VSCode for AL Development – Episode 2
May12

Multi Root Workspaces in VSCode for AL Development – Episode 2

Remember my blog post on “Multi-root workspaces in VSCode for AL Development“?  If not – it might be interesting to read first, because this is in fact an “extension” (get it?) on it .. so you might say this blogpost “depends” on that one ;-). I concluded the post with some scripts – and that’s the part I’d like to extend a bit – because I needed more functionality...

Read More
Dependency Analysis Tool (ALDependencyAnalysis)
Apr24

Dependency Analysis Tool (ALDependencyAnalysis)

Remember this post?  Probably not.  Nearly a year ago at Directions US, I showed some “how did I do stuff” during a number of sessions.  And it ended with a lot of feedback, which came down to: “can I have it”?  So, that’s where I wrote a post “I have work to do” ;-). The “DevOps”-part of the work is done: ALOps is available and well used :-). But the second...

Read More
How to REALLY rename all AL-files of your Business Central app..
Apr03

How to REALLY rename all AL-files of your Business Central app..

You remember this post?  I tried to warn you that when v16 comes out, there will be a new code rule that will check your filenames – and you’ll have to (if you don’t disable it) comply with the file name convention of Microsoft.  If you don’t automate your file naming, then you’re in for some .. uhm .. challenges.  I just made sure that the automation of the filenames complied with...

Read More
Microsoft Dynamics 365 Business Central 2020 Wave 1 is (almost) released!
Apr01

Microsoft Dynamics 365 Business Central 2020 Wave 1 is (almost) released!

Indeed – I didn’t see any official statement yet – but it’s obvious, v16 is the current latest MS release .. and if you don’t believe me – just check Docker (the latest “current” release is already v16 – docker image “mcr.microsoft.com/businesscentral/onprem”)… I’m not going to bore you with what is already online – I will simply point  you to the...

Read More
New Command in My CRS AL Language Extension: Search Object Names
Mar26

New Command in My CRS AL Language Extension: Search Object Names

Recently, I came across this post by Jack Mallender.  An interesting idea on how to efficiently find AL Objects among your files. It basically comes down to using regex in combination with the global search functionality in VSCode, like (yep, I’m stealing this from Jack’s post – sorry, Jack ;-)): It immediately convinced me that this would be very useful for everyone, so I was thinking… Continue Reading...

Read More
DevOps Build Agents for Microsoft Dynamics 365 Business Central
Mar06

DevOps Build Agents for Microsoft Dynamics 365 Business Central

Not too long ago, I did a webinar for ALOps.  The idea of these webinars is simple: how can you get started with DevOps for Microsoft Dynamics 365 Business Central.  And I’m not going to lie: I will focus on doing that with ALOps.  But that’s not the only focus of these videos – I will touch lots of stuff that has nothing to do with ALOps, but more like strategies, simple “how to’s” and so…...

Read More
Searching the unsearchable
Mar05

Searching the unsearchable

You probably know about the twitter hashtag “bcalhelp” .. A way for you to ask help on twitter about anything AL for Microsoft Dynamics 365 Business Central. Well – yesterday, it made me smile … there was someone that was trying to find something on Vjeko’s blog.  Pretty clever to use the bcalhelp for it :-), because he immediately got response.  Here is the twitter thread (if you can… Continue...

Read More
Multi-root Workspaces in VSCode for AL Development
Feb21

Multi-root Workspaces in VSCode for AL Development

You might have figured – I’m a VSCode fanboy.  One of many.  You might remember the session I did on NAVTechDays 2017 (Rock ‘n Roll with VSCode), where I dove quite a bit into the possibilities this great tool comes with.  But I didn’t talk about the concept of “Multi-root Workspaces”: an ability of VSCode for you to work on multiple “projects” at the same time, in one...

Read More
NAV TechDays 2019 – Development Methodologies for the future – The Menu
Jan31

NAV TechDays 2019 – Development Methodologies for the future – The Menu

NAVTechDays is already over for a while .. and yes, I already blogged about it.  But I recently had to refer to a part of my session on “Development Methodologies”, and I noticed that someone named “Marcus Nordlund” actually put quite some time to completely “menutize” the video in the comment section of the video :-).  Awesome effort that I needed to share! Thanks, Marcus! Here it…...

Read More
Microsoft Dynamics 365: 2020 release wave 1 plan
Jan30

Microsoft Dynamics 365: 2020 release wave 1 plan

As you probably already picked up in the media – Microsoft has released its plans for Wave 1 release (in April) for this year.  You can find all the information here: https://aka.ms/Dynamics365ReleasePlan. The document contains all the information on all we want to know regarding “what’s next” for all related applications, like Marketing, Customer Service, Field Service, …. and also our…...

Read More
AppSourceCop & mandatoryAffixes
Jan23

AppSourceCop & mandatoryAffixes

I recently blogged about how to rename files with my VSCode Extension to comply with the new filename conventions from Microsoft.  Somewhat related to that, we need to talk about … Pre- or Suffixing It’s been known for a while: pre-or suffixing is necessary to “live in the cloud”.  It prevents duplicate names in various places: duplicate table names, duplicate field names .. things… Continue...

Read More
VSCode & Snippets
Jan20

VSCode & Snippets

I did a poll recently during one of my sessions – and I was surprised that about half of the people don’t regularly use “snippets” in VSCode.. . Well, some of you probably know that I’m a big fan of snippets.  Whoever has joined one of my sessions of the last couple of years where I was talking about VSCode, or was working with VSCode .. most probably, I was talking about, showing or using…...

Read More
Why and how to rename all AL-files of your app with the “CRS AL Language Extension”
Jan09

Why and how to rename all AL-files of your app with the “CRS AL Language Extension”

First of all, this is my first post of this new year, so I’d like to take this opportunity to wish you all the best and happiness for 2020! Last year, I did a post on my new hobby “3D Printing”. Well, now we’re a year later, I’m still printing almost full time 24/7, so let me wish you all the best with some 3D Printed goodies I did for Xmas ;-). So now – “let’s get started”...

Read More
Microsoft Dynamics 365 Business Central (OnPrem) Production environment on Docker?
Dec11

Microsoft Dynamics 365 Business Central (OnPrem) Production environment on Docker?

Well .. no!  “Not yet”, at least ;-). Let me be clear: this post is NOT a recommendation that you should use Docker for your OnPrem Customer’s production environments.  Not at all.  This is merely a blogpost about the fact that I wouldn’t mind Microsoft to officially support Docker as an alternative to an NST deployment. If you don’t care about the “why” below – just...

Read More
waldo.restapp
Dec05

waldo.restapp

For a few weeks now, people have been asking “can I have the restapp you were showing” – well, here it is: https://github.com/waldo1001/waldo.restapp But that would be not much of a blogpost – would it ;-). Just an example… During NAVTechDays, I did 2 sessions: Development Methodologies for the future {Connect app}² (with Vjeko) In both sessions, I talked about the concept of… Continue Reading...

Read More
NAVTechDays 2019 – Final thoughts
Nov29

NAVTechDays 2019 – Final thoughts

It’s over – the week I’m always looking forward to for so long passes by in a blink of an eye: NAVTechDays.  As Vjeko already shared the goodies – I will do so as well – joined with my final thoughts and some pictures ;-). I feel myself old and repetitive by saying this conference is “something else”.  Just imagine: quality food: morning, noon and evening, quality (recorded) sessions...

Read More
My NAVTechDays
Nov15

My NAVTechDays

I got quite a week ahead of me .. .  Not only will I host one session and some workshops .. I will actually host 2 sessions, 2 workshops and an ISV session this year.  What did I get myself into? No repeats! If you look at my session schedule, and you have visited Directions EMEA, well, you might wonder if I’m “just” redelivering content at NAVTechDays.  Well .. No!  Totally… Continue Reading waldo’s...

Read More
Insufficient stack to continue executing the program safely
Oct28

Insufficient stack to continue executing the program safely

The better half of my past week can be summarized best by this oh-so-descriptive-error-message: Right: a message I have spent a long time on to find out what was happening – and what caused it.  Multiple days – so let me try to spare you the pain when you would encounter this error. (tip: if you don’t care about the story, just skip to the conclusion ;-)). History We are… Continue Reading waldo’s...

Read More
Microsoft Dynamics 365 Business Central 2019 release Wave 2 is released!
Oct01

Microsoft Dynamics 365 Business Central 2019 release Wave 2 is released!

Sorry for the shortness of this blog (may be you like it that way ;-)) – but just a small reminder for anybody that has been sleeping under a rock for the last couple of days: Microsoft Dynamics 365 Business Central 2019 release Wave 2 is released! All you need to know is simply quite well documented by Microsoft.  Let me give you a few links: Dynamics 365: 2019 release Wave 2...

Read More
New logo for Microsoft Dynamics 365 Business Central
Sep26

New logo for Microsoft Dynamics 365 Business Central

Small message that I just needed to share :-).  As said – I’m prepping my sessions for Directions, which basically means: I’m spending all my free time in “Business Central” these days.  No printing, hardly any social contacts … .  And while publishing to SaaS, I noticed this when I refreshed my page: That’s right!  A new logo, people!  (I should say “Icon”...

Read More
The “SystemId” in Microsoft Dynamics 365 Business Central 2019 release Wave 2
Sep20

The “SystemId” in Microsoft Dynamics 365 Business Central 2019 release Wave 2

I’m returning after a very interesting workshop on DevOps in Berlin .. . At this moment, I’m wasting my time in the very “attractive” TXL airport because of my delayed flight. And how can I better waste my time than to figure out some stuff regarding Business Central. Figuring out indeed, because I have barely internet, a crappy seat, nearly no access to food, … so for me this is a matter of…...

Read More
Microsoft Dynamics 365 Business Central 2019 release Wave 2: Full keyboard shortcut support
Sep11

Microsoft Dynamics 365 Business Central 2019 release Wave 2: Full keyboard shortcut support

Now Wave2 blogging is allowed, there are many topics that I want to share with you .. really, a lot. Time is not on my side – I’m in full preparation for Directions and NAVTechDays, so let’s see. Today, while working on my SaaS-deployment-pipeline in DevOps with ALOps, I DID find the time to say a few words on one of the topics I’m quite excited about: Shortcutkeys in the webclient, or in… Continue...

Read More
Business Central Modern Client: Remove the designer button
Sep06

Business Central Modern Client: Remove the designer button

You all know the designer, right? The tool for developers (aka the “in-client visual designer”) that “provides an easy and convenient way of making immediate adjustments to your design by simply dragging and dropping the components on the page”. Well .. then you probably know there are things to take into account…  Issues It actually all comes down to what I call “the worst button in NAV ever…...

Read More
App Dependency Tree – import your apps in the right order (with PowerShell)
Aug28

App Dependency Tree – import your apps in the right order (with PowerShell)

Recently, I got the question on how to get a dependency tree from a bunch of Microsoft Dynamics 365 Business Central apps. In other words – how do I know in which order I have to import my apps to respect the dependencies. Well, I didn’t have a ready-made script available. I only had a script my colleague provided me – so I took that as a starting point, and spent an evening in trying to put… Continue Reading...

Read More
AL BaseApp Customization: “because you can doesn’t mean you should”
Aug06

AL BaseApp Customization: “because you can doesn’t mean you should”

Sometimes I get the remark that I’m not sceptical enough, but mostly too positive towards whatever Microsoft does … well – I have been very happy with the product, the progress, the evolution and the revolution. For all of you with that opinion about me – let me make you happy.  You might have figured from my previous post that there is one topic that doesn’t make me particularly happy:...

Read More