In this video, I look at different approaches for adding fields that don’t exist in the primary table on a page. Check it out:
Category Archives: Dynamics NAV & BC
Dynamics 365 Business Central: How to check whether a specific extension is installed in AL
About a year ago, we discussed how to detect whether a specific extension is installed in AL. At that time we used NavApp.GetModuleInfo(Guid, var ModuleInfo) Method.
8 Ways ChatGPT Can Improve Business Central
ChatGPT has become very popular because it has shown that its possibilities are endless. Now that it has been around for some time, I´ve gathered 8 of the most useful use cases to apply in Microsoft Dynamics 365 Business Central.
How to Split a List into Sublists of size N in Business Central
The following post is related to how to divide a List into several sublists given size in Business Central.
I recently had a case where I was asked to build a process that consumes a third-party API in order to upload a JSON file.
Inexplicable delays when calling (OnPrem) Business Central API’s (and how to solve it)
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.