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...