Book Image

Programming Microsoft Dynamics??? NAV 2015

Book Image

Programming Microsoft Dynamics??? NAV 2015

Overview of this book

Table of Contents (19 chapters)
Programming Microsoft Dynamics™ NAV 2015
Credits
Foreword
About the Authors
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Review questions


Q.1. Which one of the following provides access to several libraries of functions for various purposes widely used throughout the NAV system?

  1. Codeunit 412—Common Dialog Management

  2. Codeunit 408—Dimension Management

  3. Codeunit 396—NoSeriesManagement

  4. Codeunit 1—Application Management

Q.2. The Help files for NAV cannot be customized by Partner or ISV developers. True or False?

Q.3. Which of the following are good coding practices? Choose three.

  1. Careful naming

  2. Good documentation

  3. Liberal use of wildcards

  4. Design for ease of upgrading

Q.4. Custom C/AL code is not allowed to call functions that exist in the base Microsoft created NAV objects. True or False?

Q.5. NAV's multi-language capability allows for an installation to have multiple languages active at any one time. True or False?

Q.6. Designing to minimize disk I/O in NAV is not important because SQL Server takes care of everything. True or False?

Q.7. Which of the following defines the Client Add-in feature? Choose one.

  1. The ability to add...