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.
What’s planned for Business Central 2023 Wave 1
Microsoft has just released the list of what we can expect from Business Central 2023 Wave 1. As usual, I will go over the list and give you my take on all the improvements. Check out the video:
Dynamics 365 Business Central: How to quickly recreate the launch.json file and app.json file in VS Code
Today I would like to share a quick tip of Business Central, how to quickly recreate the launch.json file and app.json file in VS Code.
Do you know what UPPERLIMIT does in AL?
Even with all the great documentation that Business Central has gained over the last few years, there are still corners that remain mostly undocumented. While adding support for FlowFields in the Simple Object Designer, I came across one such thing. Check out the video:
D365 Business Central : Persistent Blob
Lots of people have heard about TempBlob, but what about Persistent Blob? Persistent Blob is a table in System App that can be used to store Blob data between sessions.
Guidelines for Partners: Translation files for your Business Central app: tips and tricks
Almost every Dynamics NAV / 365 Business Central solution uses multi-language functionality, allowing to display UI in different languages. Using C/AL – we have to fill in the CaptionML property with a desired translation. Using AL – we have to use the XLIFF file for the same purpose. Both achieve the same goal, but both are very different technologies
How To Create Tables In Business Central
Tables are the foundation of Microsoft Dynamics 365 Business Central. They are essential for organizing and storing data. There are different types for different purposes. In this guide, you will learn how to create 5 of the most common tables. Along with their pages and the most important properties.