Book Image

Microsoft Dynamics NAV 2013 Application Design - Second Edition

By : Marije Brummel
Book Image

Microsoft Dynamics NAV 2013 Application Design - Second Edition

By: Marije Brummel

Overview of this book

This book is a focused tutorial on Microsoft Dynamics NAV application development to help you develop complete applications and not just application outlines. This hands-on guide starts off by introducing the supply chain that you will be using throughout the book. You will then implement the Microsoft Dynamics NAV ERP suite and learn to set it up and customize it for various industries. You will learn how to customize Dynamics NAV to suit the different aspects of a business such as financial management, relationship management, production, jobs, trade, storage, logistics, and so on. The book will take you through these Microsoft-designed application features and show you how to customize and extend them safely. Therefore, by the end of this book, you will be able to create a structure of your own in Microsoft Dynamics NAV.
Table of Contents (12 chapters)

Conventions

In this book, you will find a number of styles of text 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: "We need to copy the CreateVendor function."

A block of code is as follows:

Currency Code - OnValidate()

IF "Currency Code" <> xRec."Currency Code" THEN

IF NOT JobLedgEntryExist THEN

CurrencyUpdatePlanningLines

ELSE

ERROR(Text000,FIELDCAPTION("Currency Code"),TABLECAPTION);

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

UpdateSquashPlayer()

WITH SquashPlayer DO BEGIN

GET(ContBusRel."No.");

xRecRef.GETTABLE(SquashPlayer);

NoSerie := "No. Series";

TRANSFERFIELDS(Cont);

"No." := ContBusRel."No.";

"No. Series" := NoSerie;

MODIFY;

RecRef.GETTABLE(SquashPlayer);

ChangeLogMgt.LogModification(RecRef,xRecRef);

END;

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "We can add functions in the Globals menu."

Warnings or important notes appear in a box like this.

Tips and tricks appear like this.

Where to find the screens in this book

Most of the screens in the book were created using the Windows Client with Microsoft Dynamics NAV 2013 Release 2. Wherever possible and necessary, the Role Center that was used is mentioned. Some chapters had new or modified Role Centers.

To find a screen, type the name in the search window on the upper-right corner of Role Center, as shown in the following screenshot. This will lead you there and tell where to find it in the menu.

Search window

Screenshots

All the screenshots in this book are taken from Windows client, which was introduced with Microsoft Dynamics NAV 2013 Release 2.

For most the images, the Action Pane and FactBox Pane were turned off to save space. This can be done using the Customize option on each page.

Customize option

How to read the application schemas

Most of the chapters in this book have schemas to clarify the flow of data though the system. They are specially designed for this book.

To read the schemas, follow the arrows. Wherever possible, the functional areas are grouped using boxes. Some schemas might have more starting and ending points as this is how the application is designed. Multiple master data tables are processed using normalized business logic.

Number and date punctuation

This book is written by a Dutch author, which means that all the number and date formatting is done in Dutch formats, for example 1.000,00 instead of 1,000.00 and 18-10-10 for October 18, 2010.