Review questions
Which of the following is a correct description of a table in NAV 2013? 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
Tables can have up to 1000 data fields with a maximum total record size of 8 GB? True or False?
Table numbers intended to be used for customized table objects should only range between 5000 to 9999. True or False?
Which of the following are Table triggers? Choose two.
OnInsert
OnChange
OnNewKey
OnRename
All primary keys should contain only one data field. True or False?
NAV table design in the product always ensures referential integrity for all parent-child table relationships when a record is deleted. True or False?
Keys can be enabled or disabled in executable code. True or False?
SumIndexFields can be used to calculate totals. True or False?
The DropDown display on a field lookup...