- Programming Microsoft Dynamics? NAV 2015
- David Studebaker Christopher Studebaker
- 401字
- 2021-07-16 13:18:58
Review questions
Q.1. Which of the following is a correct description of a table in NAV 2015? Choose two.
- A NAV table is the definition of data structure
- A NAV table includes a built-in data entry page
- A NAV table can contain C/AL code, but that should be avoided
- 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.
- DatabaseLink
- ObjectPointer
- LinkedObject
- C# Codelet
Q.4. System Tables cannot be modified. True or False?
Q.5. Which of the following are Table triggers? Choose two.
- OnInsert
- OnChange
- OnNewKey
- 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.9. Which of the following tables can be modified by Partner developers? Choose three.
- Customer
- Date
- User
- Item Ledger Entry
Q.10. The DropDown display on a field lookup in the RTC can be changed by modifying the table's Field Groups. True or False?
Q.11. Temporary table data can be saved in a special database storage area. True or False?
Q.12. Which of the following Virtual Tables are commonly used in NAV development projects? Choose two.
- Date
- GPS Location
- Integer
- Object Metadata
Q.13. SumIndexFields can be used to calculate totals. True or False?
Q.14. Table Permissions (for access to another table's data) include which of the following permissions. Choose three.
- read
- sort
- delete
- modify
Q.15. The TableRelation property allows a field in one table to reference data in another table. True or False?
Q.16. Tables can be created or deleted dynamically. True or False?
Q.17. Only Tables have Triggers, and only Fields have Properties. True or False?
Q.18. Ledger data in NAV can be freely updated through either posting routines or direct data entry. True or False?
Q.19. SQL Server for NAV supports SIFT by which mechanism? Choose one.
- SQL SIFT indexes
- SQL Dynamic Indexes
- SQL Indexed Views
- SIFT not supported in SQL
Q.20. Reference Tables and Virtual Tables are simply two different names for the same type of table. True or False?
- GAE編程指南
- C#程序設(shè)計實(shí)訓(xùn)指導(dǎo)書
- Groovy for Domain:specific Languages(Second Edition)
- Getting Started with SQL Server 2012 Cube Development
- PhoneGap Mobile Application Development Cookbook
- Python完全自學(xué)教程
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Lighttpd源碼分析
- HTML5+CSS3+JavaScript 從入門到項目實(shí)踐(超值版)
- Data Science Algorithms in a Week
- Mastering HTML5 Forms
- 物聯(lián)網(wǎng)系統(tǒng)架構(gòu)設(shè)計與邊緣計算(原書第2版)
- Spring Boot從入門到實(shí)戰(zhàn)
- Java服務(wù)端研發(fā)知識圖譜
- 計算機(jī)常用算法與程序設(shè)計教程(第2版)