Book Image

Implementing Microsoft Dynamics NAV 2009

By : David Roys, Vjekoslav Babić
Book Image

Implementing Microsoft Dynamics NAV 2009

By: David Roys, Vjekoslav Babić

Overview of this book

<p>Microsoft Dynamics NAV 2009 is the latest release of the NAV application (formerly known as Navision) from the Microsoft Dynamics family of products that brings a 3-tiered architecture, web services enablement, and many more exciting features, to the well established Enterprise Resource Planning (ERP) solution.<br /><br />Although Dynamics NAV is carefully designed for ease of use, attaining measurable business gains requires an understanding of business, finance, analysis and design techniques, programming skills, and the ability to manage complex projects coupled with an expert knowledge of the product itself.<br /><br />This book distils hard won experience into an easy to follow guide to implementing the full power of Dynamics NAV in your business. It won't just tell you how to do it; it will show you how to do it. It will help you to become a better consultant or developer by providing practical examples and expert advice.<br /><br />From an introduction to the new RoleTailored user interface to a series of practical web services programming tutorials, you will gain a deep understanding of what NAV 2009 has to offer compared to previous versions. With a strong emphasis on practical examples, we take you through the implementation process and provide guidance on configuring the Chart of Accounts and Dimensions for financial analysis, how to use the Rapid Implementation Toolkit (RIM) to reduce implementation effort and an overview of the Sure Step implementation methodology. You will learn how to take a business problem through to a working solution using industry standard techniques such as use-case modelling and object-role modelling. We will teach you how to design and develop NAV objects including the new Page object and the Client Reporting Services report layouts.</p>
Table of Contents (17 chapters)
Implementing Microsoft Dynamics NAV 2009
Credits
Foreword
About the Authors
About the Reviewers
Preface
Index

Customizing other objects


Customizing Microsoft Dynamics NAV is not just about forms, pages, reports, and MenuSuites. There are codeunits, dataports, and XMLports. Let's just see what they are all about, before we call it a day.

Codeunits

We wanted to make this chapter code-free, and show you what kind of stuff you can do with Microsoft Dynamics NAV without ever coming anywhere near C/AL. And from what you've seen so far, there's an impressive lot of development you can do without any coding at all.

Codeunits are all about code. That's why they are called that after all. They are objects used to encapsulate blocks of code with similar purpose or that accomplish a specific thing. Codeunits are the cornerstone of the business logic of Microsoft Dynamics NAV, and you should make extra sure that people modifying them have good knowledge of the functionality of the application area they are modifying and the business logic behind the code contained in them. Don't ever settle for less.

Dataports

Dataports...