Review questions
All NAV objects can contain C/AL code. True or False?
All NAV development work starts from the Object Designer. True or False?
What object type has a Wizard to "jump start" development:
Page
XMLport
Table
Report
If an object type has a Wizard, you must start with the Wizard before proceeding to the object Designer form. True or False?
In what formats can objects be exported? Choose two:
fob
text
.NET
XML
gif
Which object export format should be used to transmit updates to client sites?
fob
text
.NET
Object numbers and names are so flexible that you can (and should) choose your own approach to numbering and naming. True or False?
Whenever possible, the controlling logic for managing data should be resident within the tables. True or False?
Which setting defines how parameters are passed to functions, whether a parameter is passed by reference or by value? Choose that setting identity:
DataType
Subtype
Var
Value
When an ERROR statement is executed, the user is given the choice to terminate processing...