Introduction

Completed

This module provides an overview of how data flows within the Microsoft Dynamics 365 Business Central application. As a developer, you need to understand how data is entered and what tables are updated as the data flows through the application.

The first lesson focuses on tables, showing which tables are available and how the data flows in the different tables. From a technical point of view, you'll also learn about the involved triggers, where you can write your own logic and validation.

Typical tables like master tables and document tables have the OnInsert, OnModify, and other types of triggers. You'll learn what type of code is available for each trigger.  

You'll learn more about process flows and how data moves from one type of table to other types of tables. Additionally, you'll have an opportunity to get a closer look at the document creation data flow and the journal creation data flow.