Book Image

Programming Microsoft Dynamics NAV 2009

Book Image

Programming Microsoft Dynamics NAV 2009

Overview of this book

Microsoft Dynamics NAV is a well established Enterprise Resource Planning (ERP) application, part of the Microsoft Dynamics family. Dynamics NAV is installed worldwide, with well over one million users. Version 2009 contains many major new features and structures, requiring even experienced Dynamics NAV developers to refresh their NAV development knowledge. Renowned for its challenging learning curve, Dynamics NAV is a complex piece of software with a unique design structure. For developers learning to modify or enhance Dynamics NAV for vital business purposes, the task can sometimes be intimidating. This book is an in-depth step-by-step guide to programming NAV, designed to ease you through the complexities of NAV application development. You will learn the skills and develop the confidence to tackle your own critical NAV applications. This book will act as your experienced NAV programming mentor, helping you to become productive as a NAV developer much more quickly. NAV development is quite complex, with a steep learning curve. This book makes it easy for you. From basic NAV terminology and concept definitions, through the essential building blocks of NAV data structure and objects, you will gain an understanding of the fundamental underlying concepts of NAV. You will learn practical details about NAV object construction and the tools available, including table, page, and report design. You will learn how to use NAV's tools to effectively navigate through the various features of objects, including properties, triggers, and C/AL code, and receive practical guidance on ways to develop and test in the unique NAV C/SIDE development environment. Extensive guidance on software design for NAV is provided along with tips for efficient design of new NAV applications or enhancing existing applications. With its comprehensive collection of NAV information and distillation of years of NAV development experience, this book is not only designed to help you learn, but to act as a reference as well.
Table of Contents (18 chapters)
Programming Microsoft® Dynamics™ NAV 2009
Credits
About the Author
Acknowledgement
About the Reviewers
Foreword
Preface
Index

Review questions


  1. Microsoft Dynamics NAV 2009 is an ERP system. ERP stands for Extended Report Processor. True or False?

  2. Which of the following are true about Dynamics NAV 2009? Choose three:

    • a. It has two clients, a Role Tailored Client and a Classic Client

    • b. It supports two databases, the Classic Database and Microsoft SQL Server

    • c. Role Tailored Client reporting primarily uses Excel for formatting

    • d. Support for Web Services is integrated as a standard feature

  3. NAV 2009 is a full object-oriented system. True or False?

  4. Which of the following choices are object types included in NAV 2009? Choose two:

    • a. Report, Dataport, Page, Codeunit

    • b. Report, XMLport, Form, SQL Server

    • c. PDF, XMLport, Report, Form

    • d. XMLport, Form, Table, MenuSuite

  5. Development for NAV 2009 can all be done from within the C/SIDE environment. True or False?

  6. All NAV objects except XMLports can contain C/AL code. True or False?

  7. Licenses control not only what functions users have access to, but also what objects and object number ranges developers have access to. True or False?

  8. The Classic Client is tied to the two tier system and the Role Tailored Client is tied to the three tier system. True or False?

  9. NAV 2009 uses Journal tables for transaction data. Ledger tables are used at times for temporary work tables and at other times for permanent, Posted data storage. True or False?

  10. Classic Clients run only Forms and the Role Tailored Clients run only Pages. True or False?

  11. Which of the following have Wizards to help initiate the design of the object? Choose three:

    • a. MenuSuites

    • b. Reports

    • c. Pages

    • d. Forms

  12. Keyboard shortcuts in the Role Tailored Client are a superset of those in the Classic Client. True or False?

  13. A Visual Studio compatible report layout tool is an important part of the NAV 2009 development toolset. True or False?

  14. Reports, Forms, Pages, Dataports and Codeunits can all be run directly from the Object Designer screen for testing. MenuSuites, Tables, and XMLports cannot be. True or False?