Custom API in Business Central

Today, I will demonstrate how to work with custom API in Business Central. Custom API is very useful when we are working with integration apps. So, lets start exploring custom API in business central. We will take one table called student and will create one API…

Protected Variable in AL

If you want to make a global variable accessible from table to table extension, or from page to page extension, you would normally need to create a procedure to get or set the variables. With protected variables, you no longer need to do that. Source :…

Tetris in AL

In this video, I show a Tetris clone, written in AL by Gert Lynge. This started as a dare in the comment of my FinSweep video and Gert has converted an old Tetris game from Concorde XAL code to AL. Javascript are used for the visuals,…