Designing Indented Hierarchy Lists

Using the indentation properties in AL, you can display rows in a parent-child structure. A row that's indented from a row above is considered a child of that row. The row above is considered the parent. Indenting rows can help organize related records in the list…

Performance of Test Code

Let’s talk about the performance of the test code that we write for Business Central. What do I mean by “performance” and how can we improve it? Defining “Performance” Obviously, before we set out to improve something we need to have an idea of what it…

EventSubscribers

EventSubscribers are a nice feature to add code to triggers in standard objects. It’s the replacement for changing the code directly in standard objects. Source : DFK's Tech Blog Read more...