Book Image

Microsoft Dynamics NAV 2009 Application Design

By : Marije Brummel
Book Image

Microsoft Dynamics NAV 2009 Application Design

By: Marije Brummel

Overview of this book

Dynamics NAV 2009 is an Enterprise Resource Planning (ERP) software product from Microsoft that can be used for variety of business needs. It is part of the Microsoft Dynamics family, and intended to assist with finance, manufacturing, Customer Relationship Management, supply chains, analytics, and electronic commerce for small and medium-sized enterprises. This book is a focused tutorial on Microsoft Dynamics NAV application development, so you can develop complete applications and not just application outlines. It will show NAV developers how to create different kinds of applications. Different kinds of application are vital in different industries like fashion, automobile, retail, books (education), and other industries. It starts off by introducing the supply chain that you will be using throughout the book. You will implement the Microsoft Dynamics NAV ERP suite and learn how it is set up and customized for various industries. You will be able 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. Thus, you will be able to create a structure of your own in Microsoft Dynamics NAV.
Table of Contents (13 chapters)
Preface
11
Thank you for buying Microsoft Dynamics NAV 2009 Application Design

Installing the objects

This book has three Microsoft Dynamics NAV object files, two DLL files, a SQL Server script, and some helper files for the installation.

  • Chapter2-4.fob: This file contains the Squash Court examples used in Chapters 2, A Sample Application, Chapter 3, Financial Managemenet, and Chapter 4, Relationship Management.
  • Chapter7-9.fob: This file contains the storage and logistics application used in Chapter 7, Storage and Logistics, and the sample interfaces for Chapter 9, Interfacing. We need the additional SQL Server scripts to get the ADO examples to run.
  • Chapter8.fob: This file contains the Job extensions for Chapter 8, Consulting. This chapter also requires the additional DLL files to be installed.
  • RF database.sql: This is the SQL Server script used in Chapter 9 to create the RD Database and create the demo data.
  • MSDN.flf: This is the MSDN License we can use to access the custom objects numbered from 123.456.700 to 123.456.799.
  • NavMaps...