Have you ever wondered which apps are listening to specific events in Business Central? Or maybe you’re troubleshooting why something is behaving unexpectedly. There is a hidden page that is going to change your debugging style…
Have you used the AZ AL Dev Tools New AL File Wizard to create objects? It’s probably as fast as my cats running into the kitchen when they hear the pantry door open. Quick, efficient, and surprisingly satisfying.
But speed isn’t everything, especially when it comes to creating pages in AL for Business Central. If you’re not careful, that lightening-fast setup can lead to subtle issues that only show up later when your page doesn’t behave quite the way you expect. One of the most overlooked culprits? Field Order.
Now that you are using a Query object to collect your data for report development, you are probably wondering how do you leverage a request page so users can retrieve the relevant data. This blog post is going to show you how to leverage a System Application Library, Codeunit 46 SelectionFilterManagement.
When using templates to create AL objects for MicrosoftDynamics 365 Business Central, there are often many properties that are listed by default. If they are part of a template, then they must be important. So one question I had from new developers is what is a UsageCategory, and why should we be setting it.
Last week we had a fairly straight-forward request to add the “Address 2” field to the Ship-To Address drop down. Microsoft Learn documentation describes Field Groups as table or table extension objects used to define the fields to display in a drop-down control on pages that use the table.
I am all for improving efficiency within Business Central, and this new feature in Business Central 2023 release wave 2 (coming in October) is at the top of my list for new features I am excited about!