
Waldo's blog
1,000 FOLLOWERS
The Dynamics NAV Community is a hobby of mine. I believe in the power of "sharing knowledge". So I have been involved with all the aspects of the Dynamics NAV community. Find all the information related to Microsoft Dynamics NAV from Microsoft awarded MVP.
Waldo's blog
1w ago
It’s always nice having to prep a webinar about “what’s new in Business Central”. It makes you being very busy with what’s next, and forces you to dive into it :-). Not always easy though, because – even today – there isn’t too much documentation online yet (it’s not fully released either, so .. quite obvious).
So, while prepping this, I did take some notes, which I’d be happy to share with you. Just a complete overview of everything that I found, with for some topics, my own train of thoughts. Interesting? May be .. I’m just happy to share ;-).
So let’s go over the list of new fea ..read more
Waldo's blog
2w ago
A short heads-up! Time is running out, and if you want to be part of it, you’ll have to act fast!
Days of Knowledge 2023 is a series of conferences organized by DirectionsEMEA (aka “Directions4Partners“). The conferences are focused on education, sharing knowledge and “upgrading” Business Central professionals across the industry. Each event consists of 2 conference days packed with sessions, and 1 pre-conference training day.
There are three events in different locations, so you can choose the one that suits you best:
Birmingham, UK (March 23 – 24)
Düsseldorf, Gemany (May 25 – 26)
Odense, D ..read more
Waldo's blog
1M ago
Not too long ago, Stephano shared a concern regarding “TryFunctions”. It’s a must read, and you can find it here: Dynamics 365 Business Central and TryFunctions: be careful! – Stefano Demiliani. I think it’s important to warn people about things that act different than people might think – so let me take this opportunity to put yet another thing on the table.
DataTransfer
Since Business Central v21, a new feature has been introduced: the DataTransfer type, which enables for fast moving of data between fields or tables with an insane performance gain over whatever we were able to do before we h ..read more
Waldo's blog
1M ago
So, I was reminded recently during a twitter thread about an issue we had been having that we investigated quite thoroughly to figure out what was going on.
The issue
We always try to upgrade all customers to latest release – and we encountered some delays in API communications, which seemed to got worse at every new upgrade. At some point, every API call took from 500 to 1000 milliseconds. I think we all agree that this is FAR to high. Even for a simple call, like getting the companies, it took so long.
Investigation
We really didn’t have any clue why this happened, so we started to list all ..read more
Waldo's blog
3M ago
Not too long ago, we had an upgrade issue at a customer: the upgrade timed out, and after investigation, it was simply because our upgrade code: it took too long to modify 130000 records (well – and quite some validations, I admit, but still – it’s not that much, is it?).
This made me hold on to some things that I had been doing even for my own apps (like the waldo.BCPerftool (which I’m now reminded again that I still need to blog about that )). But before I go into that, let’s start from the beginning …
The issue
The context of the issue is simple: when you have too much data that you need to ..read more
Waldo's blog
4M ago
One of the things that totally slipped by me, is the new app from Microsoft that apparently was released in the last wave called “Data Search“.
It’s a simple, but powerful concept: Search for “any” record in your data. Well, any record that you have set up to search for at least ;-).
It is explained here: Search for Specific Data – Business Central | Microsoft Learn
Yeah, I know, it’s not a lot of explanation – but then again, it doesn’t need much explanation, does it? There is a search-string, and it will search for that string in the tables that you have set up (for that role). In fact, in ..read more
Waldo's blog
5M ago
Yesterday, I got a question that I found was too difficult to answer: “What tables were added in 20.5?”
The reason for this question was simple: we need to update the manually created permissionsets in order for new tables to be supported after an upgrade. So – what tables were added?
There are a number of ways to deal with this, like exporting the AllObj-table from both versions, and do some kind of VLOOKUP in excel. I didn’t want to spend those 10 minutes to do that. I wanted to spend a few hours in creating a PowerShell script .
And here is the result:
$Sourcebranch = 'be-19'
$Targetbranch ..read more
Waldo's blog
6M ago
Here’s a small blogpost about an undocumented, but not uninteresting “feature” (at least not in my book ;-)).
Performance Profiling
You’re probably very much aware of the Performance Profiler in Business Central: an ability to monitor code execution in terms of “durations” and “hit count”, and having a view on how the code/process performed.
As a first version, we had in v19 the AL Performance Profiler where we could profile from VSCode, and analyze the result in VSCode as well. Awesome tool, which looks something like this:
You can find more information here: AL Profiler Overview – Business ..read more
Waldo's blog
7M ago
This does not need any introduction or will not come as a surprise – BCTechDays is just around the corner. At the time writing this blogpost, it’s only a mere 20 days away – and quite honestly, I’m starting to crap my pants .
Why?
Excitement, fear, nerves – you pick ;-).
Why?
Well, because also this year, I’ll be quite busy: 2 sessions, 2 workshops and an ISV Session. Pretty much the same as in 2019, and I can still hear myself saying: “never ever again anymore – this was crazy” .. and here we go: a few years of Covid later, I lost my mind and got mys ..read more
Waldo's blog
9M ago
You cannot have missed it: the “2022 Release Wave 2” plans are out! There have been blogs, there have been tweets, and yes, Erik Hougaard already did a video about it as well of course – and as I always do – I’ll go over the plan myself, focused mostly on the Business Central part – and within that focus, a focus on the tech part ;-). And this time .. In the current state of the plans .. It seems to be a very limited focus ..
Microsoft Docs
You have a complete overview on Microsoft Docs. And that for all Microsoft Dynamics 365 – and obviously also specifically for Busines Cen ..read more