Building Solutions Using Patterns
Let's see if we can use the knowledge acquired in this book and use it to design a new application.
When doing this, we can apply Patterns and coding concepts in a new module that users will recognize to be a Microsoft Dynamics NAV application, and which is easy for other developers to understand and maintain.
The solution that we will make is for a small bed and breakfast (B & B), allowing them to manage their rooms and reservations. This can be integrated into the financial part of Dynamics NAV.
It is not the intention of this chapter to make a full-featured finished product. We will discuss basic design principles and decision-making processes. Therefore, we will simplify the functional process. One of the restrictions in our application is that we rent rooms per night.
This chapter will be covering the following topics:
- Building blocks
- Creating the Table objects
- Applying the Design Pattern
- Defining the methods...