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
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Mastering Microsoft Dynamics NAV 2016
Mastering Microsoft Dynamics NAV 2016

Mastering Microsoft Dynamics NAV 2016: The compilation of best skillset to harness Microsoft Dynamics NAV for Administrators, Consultants, and Developers

eBook
R$49.99 R$271.99
Paperback
R$339.99
Subscription
Free Trial
Renews at R$50p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Mastering Microsoft Dynamics NAV 2016

Chapter 2. Upgraded Features and Configuration in Dynamics NAV 2016

In the last chapter, we explained how Microsoft Dynamics NAV 2016 is well designed to suit different advanced technologies such as cloud technology, multitenancy, multi-environment installation, multi-client feature, and many more. We also discussed how we can use the PowerShell tool for different kinds of operations, and to increase the efficiency of Dynamics NAV Professionals. Here, in this chapter, you will learn about the latest features that have been added to Microsoft Dynamics NAV 2016 to make it more dependable and to reduce customization. We will also discuss their significance and effects on the overall system. We will discuss the workflow of these modifications, as well as try to understand the benefits of implementing these workflows.

The chapter requires some hands-on experience with the previous version, as I will be directly relating some of the features of its shortcomings. There will not be...

Dynamics NAV 2016 Design Patterns

Design Patterns is the standard solution, which can be repeated to solve the most common problems. It is generally a part of the full system design. It can be taken as a proven concept in the application.

There are three different types of Design Patterns, which are clearly distinct in Microsoft Dynamics NAV 2016.

Architectural Design Pattern

Microsoft Dynamics NAV is highly based on Architectural Design Patterns, where highly reusable components are implemented so as to provide a dynamic structure to the system. It can be considered as a Software Design pattern.

Implementation Pattern

In Microsoft Dynamics NAV 2016, we use several Implementation Patterns, which are nothing but different development techniques. Most common Implementation Patterns are done for program organization and data structures.

Design Pattern

Design Patterns are reusable patterns that can be used to solve a specific problem. In Dynamics NAV, we use number series, blocked entity, and...

Redesigned C/AL Editor

The C/AL Editor has been redesigned to provide more coding capabilities. Coding in the new C/AL Editor is just as before except for some new features such as IntelliSense, name completion, change tracking, improved syntax highlighting, and colorization. The following sample code in the C/AL Editor clearly shows its capabilities:

Redesigned C/AL Editor

Event channels on Microsoft Dynamics NAV Server events

Monitoring is an essential part of software security and surveillance. You can monitor events on Microsoft Dynamics NAV Server to diagnose conditions, and troubleshoot problems that affect operation and performance. Microsoft Dynamics NAV 2016 introduces event channels on events that occur on Microsoft Dynamics NAV Server instances. Event channels provide a way to collect a view event data from a specific provider, which, in this case, is Microsoft Dynamics NAV Server, and for a specific type of event, such as Admin, operational, or debug. The implementation of event channels offers the following enhancements to event logging and viewing.

Microsoft Dynamics NAV uses Event Tracing for Windows (ETW), which is a subsystem of the Windows operating systems. ETW provides a tracing mechanism for events that are raised by an application or service. ETW enables you to use industry-standard tools, such as Windows Performance Monitor, PerfView...

Multiple namespaces on XMLports

In Microsoft Dynamics NAV 2016, you can define multiple namespaces on XMLports that import or export data as XML. This improves the ability to create XMLports that are compatible with XML schemas, which are used by the system that consume or provide the Microsoft Dynamics NAV data.

Note

For those who don't know what namespace is Namespaces are used to distinguish fields and provide uniqueness. The inclusion of namespaces enables parties to tag elements and resolve any ambiguity.

You can define a namespace in the new namespaces property of the XMLport object as shown in the next screenshot.

Each namespace is defined by a prefix and the namespace, which is typically a URI (uniform resource identifier).

You then apply the prefix to specific elements of the XMLport by setting the new NamespacePrefix property:

Multiple namespaces on XMLports

Select the Export option in the request page for the Sales Order Export XML report, and click on OK:

Multiple namespaces on XMLports

You will be prompted with a Save/Open...

Dynamics NAV 2016 Design Patterns


Design Patterns is the standard solution, which can be repeated to solve the most common problems. It is generally a part of the full system design. It can be taken as a proven concept in the application.

There are three different types of Design Patterns, which are clearly distinct in Microsoft Dynamics NAV 2016.

Architectural Design Pattern

Microsoft Dynamics NAV is highly based on Architectural Design Patterns, where highly reusable components are implemented so as to provide a dynamic structure to the system. It can be considered as a Software Design pattern.

Implementation Pattern

In Microsoft Dynamics NAV 2016, we use several Implementation Patterns, which are nothing but different development techniques. Most common Implementation Patterns are done for program organization and data structures.

Design Pattern

Design Patterns are reusable patterns that can be used to solve a specific problem. In Dynamics NAV, we use number series, blocked entity, and so on...

Redesigned C/AL Editor


The C/AL Editor has been redesigned to provide more coding capabilities. Coding in the new C/AL Editor is just as before except for some new features such as IntelliSense, name completion, change tracking, improved syntax highlighting, and colorization. The following sample code in the C/AL Editor clearly shows its capabilities:

Event channels on Microsoft Dynamics NAV Server events


Monitoring is an essential part of software security and surveillance. You can monitor events on Microsoft Dynamics NAV Server to diagnose conditions, and troubleshoot problems that affect operation and performance. Microsoft Dynamics NAV 2016 introduces event channels on events that occur on Microsoft Dynamics NAV Server instances. Event channels provide a way to collect a view event data from a specific provider, which, in this case, is Microsoft Dynamics NAV Server, and for a specific type of event, such as Admin, operational, or debug. The implementation of event channels offers the following enhancements to event logging and viewing.

Microsoft Dynamics NAV uses Event Tracing for Windows (ETW), which is a subsystem of the Windows operating systems. ETW provides a tracing mechanism for events that are raised by an application or service. ETW enables you to use industry-standard tools, such as Windows Performance Monitor, PerfView,...

Multiple namespaces on XMLports


In Microsoft Dynamics NAV 2016, you can define multiple namespaces on XMLports that import or export data as XML. This improves the ability to create XMLports that are compatible with XML schemas, which are used by the system that consume or provide the Microsoft Dynamics NAV data.

Note

For those who don't know what namespace is Namespaces are used to distinguish fields and provide uniqueness. The inclusion of namespaces enables parties to tag elements and resolve any ambiguity.

You can define a namespace in the new namespaces property of the XMLport object as shown in the next screenshot.

Each namespace is defined by a prefix and the namespace, which is typically a URI (uniform resource identifier).

You then apply the prefix to specific elements of the XMLport by setting the new NamespacePrefix property:

Select the Export option in the request page for the Sales Order Export XML report, and click on OK:

You will be prompted with a Save/Open dialog box, as seen...

Updating custom report layouts using upgrade codeunits


In Microsoft Dynamics NAV 2016, a report has a built-in report layout by default; it can be a Word report layout, a Standard RDLC report layout, or both. You can update custom report layouts with the help of upgrade codeunits. It handles all the changes in the report datasets that affect the report layouts. Upgrade codeunits enable you to programmatically update multiple custom report layouts in the database to changes in report datasets, which cannot be resolved by users from the Microsoft Dynamics NAV client; however, there are certain changes to the dataset that the user is required to modify manually in the report layouts before they can be used. These types of change include, for example, deleted fields or field name conflicts as a result of renaming. Upgrade codeunits enable you to handle these breaking changes to report datasets and layouts without requiring end user interaction.

To design the report upgrade logic in an upgrade...

Finance is an important business domain in Microsoft


The new and improved features in Dynamics NAV 2016 enhance the user experience for accountants and bookkeepers. The following are some of the main points I would like to emphasize in this section:

  • Microsoft Dynamics NAV 2016 reporting enhancements

  • Microsoft Dynamics NAV 2016 Preview Posting

  • Microsoft Dynamics NAV 2016 Positive Pay

  • Microsoft Dynamics NAV 2016 North America document totals

  • Microsoft Dynamics NAV 2016 Deferrals

  • Microsoft Dynamics NAV 2016 works natively with Azure SQL

I will try to explain these points with some basic examples.

Microsoft Dynamics NAV 2016 Reporting enhancements

In Microsoft Dynamics NAV 2016, we have several reporting enhancements. All these enhancements were included because of an increasing demand from Microsoft partners, and in order to reduce the implementation cost and time. Most of the reporting enhancements were initially separately developed on demand by Microsoft partners, but because of the increasing demand...

Understanding Development Environment


We use Development Environment to develop Microsoft Dynamics NAV 2016 applications. The Development Environment has a similar look if we take Microsoft Dynamics NAV 2015 as a reference.

The basic object types are the same. We still have seven basic object types: Table, Page, Report, Codeunit, Query, XMLport, and MenuSuite.

Note

I assume the reader knows the basics of these seven objects, and have not included the descriptions in this section, saving space and your time.

Changing the database size

We can easily change the database size if we have sufficient space available by following these steps:

  1. Go to File | Database | Alter, and then select the Database Files tab.

  2. You will get a window similar to the following screenshot:

  3. Increase the size in the Size (MB) column with a proper number. Then click on the Transaction Log File tab. You will get information related to the log file size of your database. Look at the following screenshot:

  4. Change the value in...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Take your skills to the next level with Dynamics NAV by implementing all the latest and advanced features
  • Get a comprehensive coverage of how the NAV system can be implemented and maintained to get the most out of it
  • Get powerful insights into how to integrate Dynamics NAV with third-party tolls and extend its functionality

Description

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.

Who is this book for?

This book is ideal for administrators, developers, and consultants who are looking to take their knowledge of Dynamics NAV to new heights. You’re expected to have a basic knowledge of Dynamics NAV workflows and C/AL, C/SIDE development.

What you will learn

  • Installing the NAV system in different environments
  • Implementing the system with the correct setup
  • Maintaining the system to get the best possible performance
  • Tuning up the Dynamics NAV to get better outcomes
  • The Version Control strategy for Dynamics NAV developers
  • Integrating other software and features to remove limitations
  • Understanding your own system better
  • Being able to solve customers' problems with “out-of-the-box” features
  • Reducing customization and additional development time

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Mar 22, 2017
Length: 450 pages
Edition : 1st
Language : English
ISBN-13 : 9781786463913
Vendor :
Microsoft

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Mar 22, 2017
Length: 450 pages
Edition : 1st
Language : English
ISBN-13 : 9781786463913
Vendor :
Microsoft

Packt Subscriptions

See our plans and pricing
Modal Close icon
R$50 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
R$500 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just R$25 each
Feature tick icon Exclusive print discounts
R$800 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just R$25 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total R$ 1,019.97
Extending Microsoft Dynamics NAV 2016 Cookbook
R$339.99
Mastering Microsoft Dynamics NAV 2016
R$339.99
Programming Microsoft Dynamics NAV
R$339.99
Total R$ 1,019.97 Stars icon
Banner background image

Table of Contents

12 Chapters
1. Microsoft Dynamics NAV Installation Chevron down icon Chevron up icon
2. Upgraded Features and Configuration in Dynamics NAV 2016 Chevron down icon Chevron up icon
3. The C/AL and VB Programming Chevron down icon Chevron up icon
4. Testing and Debugging Chevron down icon Chevron up icon
5. Design and Development Considerations Chevron down icon Chevron up icon
6. Version Control and Code Management Chevron down icon Chevron up icon
7. Tuning Up the NAV System Chevron down icon Chevron up icon
8. Security in Dynamics NAV 2016 Chevron down icon Chevron up icon
9. Upgrade and Migration Chevron down icon Chevron up icon
10. Interfacing NAV with Other Applications Chevron down icon Chevron up icon
11. Extending Dynamics NAV 2016 Chevron down icon Chevron up icon
12. The Future of NAV Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.3
(3 Ratings)
5 star 33.3%
4 star 0%
3 star 33.3%
2 star 33.3%
1 star 0%
Andrew Oct 05, 2017
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The author is a genius in every sense of the word. Highly recommend.
Amazon Verified review Amazon
Paulo Nov 16, 2018
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
The author is obviously very knowledgeable and experienced. But he uses a lot of acronyms and jargon.So if your a profession IT person you may find this useful.But for mere finance department leaders like me just trying to get a feel it is over my head.
Amazon Verified review Amazon
Matthew Christenson Sep 23, 2019
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
This book was painful to get through. It is not very well organized. The author uses very ambiguous sentences frequently. The author jumps between too detailed and too simple.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.