Book Image

Implementing Microsoft Dynamics NAV - Third Edition

By : Alex Chow
Book Image

Implementing Microsoft Dynamics NAV - Third Edition

By: Alex Chow

Overview of this book

Microsoft Dynamics NAV 2016 is an Enterprise Resource Planning (ERP) application used in all kinds of organizations around the world. It provides a great variety of functionality out-of-the-box in different topics such as accounting, sales, purchase processing, logistics, or manufacturing. It also allows companies to grow the application by customizing the solution to meet specific requirements. This book is a hands-on tutorial on working with a real Dynamics NAV implementation. You will learn about the team from your Microsoft Dynamics NAV partner as well as the team within the customer’s company. This book provides an insight into the different tools available to migrate data from the client’s legacy system into Microsoft Dynamics NAV. If you are already live with Microsoft Dynamics NAV, this books talks about upgrades and what to expect from them. We’ll also show you how to implement additional or expanding functionalities within your existing Microsoft Dynamics NAV installation, perform data analysis, debug error messages, and implement free third-party add-ons to your existing installation. This book will empower you with all the skills and knowledge you need for a successful implementation.
Table of Contents (19 chapters)
Implementing Microsoft Dynamics NAV Third Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Upgrades prior to Dynamics NAV 2013


An upgrade project from versions prior to Dynamics NAV 2013 can be an easy task or a large project. It really depends on the amount of modifications that are done and the version of Dynamics NAV you are upgrading from. The basic principle is that the older the version, the more involved it will be for you and your company.

Summarizing, the processes to upgrade versions prior to Dynamics NAV 2013 are:

  1. Backup your existing database (of course)

  2. Compare and manually merge the codes that are modified to the latest version of Dynamics NAV

  3. Convert the database to the version you're upgrading to by opening it in the new version of the software

  4. Import the merged objects (new version objects with customizations) to your current database

  5. Run the processes to upgrade your data

All these steps are done manually and some steps are very time consuming. There are horror stories of developers pulling all nighters just so they can execute the next step in the upgrade process.

It...