Tag: Development

Dynamics 365 Business Central and DataTransfer: be careful!

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 …

Continue reading

Permanent link to this article: https://www.waldo.be/2023/02/10/dynamics-365-business-central-and-datatransfer-be-careful/

Inexplicable delays when calling (OnPrem) Business Central API’s (and how to solve it)

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 …

Continue reading

Permanent link to this article: https://www.waldo.be/2023/01/26/inexplicable-delays-when-calling-onprem-business-central-apis-and-how-to-solve-it/

A Business Central “Upgrade Code” saga…

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 …

Continue reading

Permanent link to this article: https://www.waldo.be/2022/12/21/a-business-central-upgrade-code-saga/

The Business Central “Data Search” app (under the hood)

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 …

Continue reading

Permanent link to this article: https://www.waldo.be/2022/11/18/the-business-central-data-search-app-under-the-hood/

What objects were added?

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 …

Continue reading

Permanent link to this article: https://www.waldo.be/2022/10/14/what-objects-were-added/

Setting the Sampling Interval for (in-client) performance profiling Business Central

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 …

Continue reading

Permanent link to this article: https://www.waldo.be/2022/09/30/setting-the-sampling-interval-for-in-client-performance-profiling-business-central/

Microsoft Dynamics 365 Business Central “Offering Apps”

Don’t worry – you didn’t miss any information regarding Microsoft coming out with a new type of apps 🤪. This is merely a post where I’ll explain a solution that I had to go through, and some thoughts that might be interesting for you as well ;-). Previous post, I explained about a “booboo” that …

Continue reading

Permanent link to this article: https://www.waldo.be/2022/05/13/microsoft-dynamics-365-business-central-offering-apps/

Offerings are not “offerings”, and library apps are not “library apps”

I did a “little” boo-boo: I totally misunderstood something from the overly documented AppSource world, which has quite an impact for us to go forward. I’d like to apologize beforehand for the rant I’m about to embark – I just wanted to make sure this only happens to us and not you ;-). What happened? …

Continue reading

Permanent link to this article: https://www.waldo.be/2022/04/29/offerings-are-not-offerings-and-library-apps-are-no-library-apps/

Business Central SaaS Environment Triggers

So – thanks to my colleague Márton Sági (the AL Studio guy ;-)), I came across a quite interesting, but highly under-documented ability today in Business Central. One that makes the below post purely based on assumptions ;-), since it’s undocumented, and resides only in the platform part of Business Central (so there isn’t much …

Continue reading

Permanent link to this article: https://www.waldo.be/2022/03/24/business-central-saas-environment-triggers/

Business Central API – leave out CompanyId from the URL

Here’s a nice trick I wanted to share with you simply because I didn’t know this was possible (probably a lot of you already know, but if not – here you go ;-)). It could come in handy in some situations. You probably are very aware about how we’re supposed to use Business Central API’s …

Continue reading

Permanent link to this article: https://www.waldo.be/2022/02/28/business-central-api-leave-out-companyid-from-the-url/