News
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 …
IsolatedStorage, a way to store global data in a session
Microsoft Definition for Isolated Storage: “Provides data isolation for extensions” Isolated Storage “Isolated storage” is a data storage
How do I: Re-add the Power BI Report FactBox to my list page?
You might have noticed that on some pages in Business Central where before there was a Power BI Report FactBox , it has now disappeared, like for example on the Item List.
Normally you could then go into the menu and ‘ activate ‘ it. However, since...
BC 2022 Wave2 ten interesting features
BC 2022 Wave2 ten interesting features I point out ten interesting features of the BC22 Wave2, there are many but
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 …
Sales APIs returns error in a read-only request
This twitter message reminded me of an issue that can occur with the sales APIs in Business Central. Apparently, the PowerBI connector is adding the header Data-Access-Intent: ReadOnly to requests when loading data from Business Central. While this is a ...
Business Central – Search in company data (preview)
Interesting functionality (still in preview mode, textual, non-graphic and for now without dependencies between documents), both to be used and
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 …
Business Central Launch Event, October 10-12, 2022
Welcome to the Business Central Launch EventThe Business Central Launch Event will take place from October 10-12, 2022. During the three
Sending email via SMTP in Business Central (online and on-premise)
It’s not a secret that Microsoft is forcing OAuth authentication for several products, including Exchange Online and Business Central Online. Over the last couple of days, I got multiple requests from partners who are now struggling with configuring SMTP in ...