Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing Microsoft Dynamics NAV - Third Edition

You're reading from   Implementing Microsoft Dynamics NAV - Third Edition Implementing Microsoft Dynamics NAV 2016

Arrow left icon
Product type Paperback
Published in Apr 2016
Publisher Packt
ISBN-13 9781784397555
Length 492 pages
Edition 3rd Edition
Arrow right icon
Author (1):
Arrow left icon
Alex Chow Alex Chow
Author Profile Icon Alex Chow
Alex Chow
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. Exploring Microsoft Dynamics NAV – An Introduction FREE CHAPTER 2. What's New in NAV 2016? 3. Dynamics NAV – General Considerations 4. The Implementation Process – From the Reseller 5. The Implementation Process on the Customer Side 6. Migrating Data 7. Upgrading Microsoft Dynamics NAV 8. Development Considerations 9. Functional Changes on Existing Implementations 10. Data Analysis and Reporting 11. Debugging 12. Popular Reporting Options with Microsoft Dynamics NAV Index

Upgrades from Dynamics NAV 2013 forward


With the release of Dynamics NAV 2015, Microsoft introduced the PowerShell upgrade that automates the code merging as well as the data upgrade. In order to take advantage of the PowerShell upgrade process, you need to be at least on Dynamics NAV 2013.

There are some limitations to the automated upgrade. This is listed on MSDN at https://msdn.microsoft.com/en-us/library/mt600251(v=nav.90).aspx.

Basically, what it says is the following:

  • If the names of your old variables are used in the newer version as a function or statement, you must change them before you upgrade

  • If your old code calls functions that do not exist anymore in the newer version, you must verify that the upgrade codeunits migrate data correctly

  • If the code you're coming from causes some fields on the table to be dropped, you'll need to make sure that it doesn't

  • If your company name uses special reserved characters in NAV, such as [ ~ @ # $ % & * ( ) . ! % - + / = ? ], then rename the company...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image