- All NAV objects can contain C/AL code. True or False?
- Which object type has a wizard to "jump start" development? Choose one:
a) Page
b) XMLport
c) Table
d) Report
- All C/AL Assignment statements include the symbol:= True or False?
- One setting defines how parameters are passed to functions, whether a parameter is passed by reference or by value. Choose that one setting identity:
a) DataType
b) Subtype
c) Var
d) Value
- If an object type has a Wizard, we must start with the Wizard before proceeding to the object Designer form. True or False?
- The C/AL code cannot be inserted into the RDLC generated by the Visual Studio Report Designer (or the SQL Server Report Builder). True or False?
- When a table definition is changed, the "Force" option should always be used when saving the changes. True or False?
- Object numbers and names are so flexible that we can (and should) choose our...