Questions
- Which of the following is a correct description of a table in Business Central? Choose two:
- A Business Central table is the definition of data structure
- A Business Central table includes a built-in data entry page
- A Business Central table can contain AL code, but that should be avoided
- A Business Central table should implement many of the business rules of a system
ANSWER: A Business Central table is the definition of data structure, and a Business Central table should implement many of the business rules of a system
- All PKs should contain only one data field. True or false?
ANSWER: False
- System tables cannot be extended. True or false?
ANSWER: True
- Which of the following are table triggers? Choose two:
OnInsert
OnChange
OnNewKey
OnRename
ANSWER:
OnInsert
andOnRename
- In a table extension, a single key can contain fields from both the base and extension object. True or false?
ANSWER: False
- Because setup tables only contain one record, they do not need to have...