Using Triggers to Display Messages in Microsoft Dynamics Business Central

Triggers are used in Microsoft Dynamics 365 Business Central for a variety of purposes, from validating input to controlling system behavior. This blog introduces using triggers by showing how they work with Tables and Fields. In this blog, we will cover how to: Create a Table Create a Page for the table Publish it to… Continue reading Using Triggers to Display Messages in Microsoft Dynamics Business Central

Microsoft Dynamics Business Central AL Programming Basics: How to Use the Delete Statement

This blog provides a step-by-step guide to using Delete statement in Microsoft Dynamics Business Central/NAV. Open Visual Studio. Create a Code unit for the Delete statement.Figure 1 – Creating a code unit for the Delete statement in Dynamics Business Central Create a page extension. Figure 2 – Creating a page extension for the Delete statement… Continue reading Microsoft Dynamics Business Central AL Programming Basics: How to Use the Delete Statement