Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Mastering Microsoft Dynamics NAV 2016
  • Toc
  • feedback
Mastering Microsoft Dynamics NAV 2016

Mastering Microsoft Dynamics NAV 2016

By : Sah
3.3 (3)
close
Mastering Microsoft Dynamics NAV 2016

Mastering Microsoft Dynamics NAV 2016

3.3 (3)
By: 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 (13 chapters)
close

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Also call this local function, AddItem, into the OnRun trigger."

A block of code is set as follows:

LOCAL AddItem()
CLEARLASTERROR;
IF ExceptionHandle.Try('12345','MyTestItem') THEN
  MESSAGE('Item added Successfully')
ELSE
  MESSAGE('Error Returned Error : %1 - %2', 
  GETLASTERRORCODE,GETLASTERRORTEXT);

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

LOCAL AddItem()
CLEARLASTERROR;
IF ExceptionHandle.Try('12345','MyTestItem') THEN
  MESSAGE('Item added Successfully')
ELSE
  MESSAGE('Error Returned Error : %1 - %2', 
  GETLASTERRORCODE,GETLASTERRORTEXT);

Any command-line input or output is written as follows:

C:\Python34\Scripts> pip install -upgrade pip
C:\Python34\Scripts> pip install pandas

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "In the Report Properties window, click on the code option in the left pane."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete