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 of the following is a correct description of a table in NAV 2015? Choose two.

  1. A NAV table is the definition of data structure

  2. A NAV table includes a built-in data entry page

  3. A NAV table can contain C/AL code, but that should be avoided

  4. A NAV table should implement many of the business rules of a system

Q.2. All primary keys should contain only one data field. True or False?

Q.3. With which property is it possible to link a NAV table to a table outside of the NAV database? Choose one.

  1. DatabaseLink

  2. ObjectPointer

  3. LinkedObject

  4. C# Codelet

Q.4. System Tables cannot be modified. True or False?

Q.5. Which of the following are Table triggers? Choose two.

  1. OnInsert

  2. OnChange

  3. OnNewKey

  4. OnRename

Q.6. Keys can be enabled or disabled in executable code. True or False?

Q.7. Because Setup Tables only contain one record, they do not need to have a Primary Key. True or False?

Q.8. Table numbers intended to be used for customized table objects should only range between 5000 and 9999. True or False?

Q...