Questions
- All Business Central objects can contain AL code—true or false?
Answer: True
- Which object type has to be designed partly outside of Visual Studio Code? Choose one:
- Page
- XmlPort
- Table
- Report
Answer: Report
- All AL Assignment statements are represented with a colon followed by an equals sign —true or false?
Answer: True
- One setting defines how parameters are passed to procedures, that is, whether a parameter is passed by reference or by value. Choose that one setting identity:
Include
Object
var
val
Answer:
var
- What is the difference between the scope operator and the range operator?
Answer: The scope operator (two colons together) is used to refer to a specific option or enum value. The range operator (two dots) is to represent all the data including and in between two values.
- The AL code cannot be inserted into the RDLC generated by the Visual Studio Report Designer (or the SQL Server Report Builder)—true or false?
Answer: True
- Object numbers...