Tips For Performance

In this post I´ll show some basic tips for increasing performance when coding in Business Central. Some of them are well-known as they have been part of C/AL for a long time. And others like partial records were introduced recently. Source : Business Central Geek Read…

Create JSON in AL

Last year I developed an integration to an external REST API from Business Central. One of the things that I had to learn is how to deal with JSON. We now have a bunch of different JSON data types, and if you’re just getting into them,…

Partial Records: Interlude

This post was originally meant to be a “down and dirty” look in the platform’s engine room, exploring how Partial Records makes data fetching faster. But to satisfy the AL developers who are always asking for more examples, we will first have to take a quick…

Get ID from Table

This week I was goofing a bit with archiving data to Cosmos for a project when I needed to have the ID of a table from a variable. This has always been a challenge in Navision. Source : Marije Brummel | Business Central, Azure & More…