March 2017
Intermediate to advanced
1235 pages
28h 42m
English
To develop solutions in Microsoft Dynamics NAV, we have seven main building blocks. These blocks determine the behavior of our application together with the programming code.
The following screenshot shows the Object Designer that allows the development access to the main building blocks:

Let's go over these one by one.
The Table object allows us to define how the data is stored in the database, as well as in business logic.
The only database option for Microsoft Dynamics NAV is Microsoft SQL Server. The SQL Table definitions are automatically created, based on the Table object in Dynamics NAV.
All the business logic is handled by ...
Read now
Unlock full access