Book Image

Mastering Microsoft Dynamics NAV 2016

By : Rabindra Sah
Book Image

Mastering Microsoft Dynamics NAV 2016

By: Rabindra Sah

Overview of this book

The book begins by giving you a brief introduction to setting up your NAV environment and shows you how to install and configure it according to your requirements. You will then dive deep into the latest design patterns, network architecture, and topologies. We will show you how you can integrate NAV with the Microsoft platform, and secure your deployment by managing roles and permissions. Moving on, we will explain how to monitor and manage server instances using the Administration tool. We’ll discuss how you can take advantage of the expanded extensibility and connectivity capabilities for a tighter integration with the cloud as well as handheld devices. Then, we’ll show you how you can make use of the PowerBI capabilities that have been built into Dynamics NAV. By the end of the book, you will be confident in developing and administering a Dynamics NAV implementation that will leverage all of the new features.
Table of Contents (19 chapters)
Mastering Microsoft Dynamics NAV 2016
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Chapter 5. Design and Development Considerations

The previous chapter focused on the testing and debugging of Dynamics NAV. The chapter tried to present the views from a core programming angle, and you learned how to write test code and test the system developed. We examined the test code unit provided by Microsoft, which is more than 600 in count. We also discussed how Microsoft Dynamics NAV 2016 is enriched with the advanced features that boost the testing experience.

In this chapter, we will understand how the designing process works in Microsoft Dynamics NAV. We will understand the design, customization, and development considerations. We will also discuss the difference between customization and development and how to decide what is best for the given condition. There are many standard good design practices and good programming practices in the software world; we will try to relate these practices with the practices of Dynamics NAV. We will look at how data flows into the system and...