1.
In a Function, when a parameter is specified as Var, it means:
2.
When must the SourceExpr property be populated for a Label control?
3.
Select the SETFILTER line that is equivalent to:
Customer.SETRANGE('No.', LowValue, HighValue);
4.
Which of the following controls cannot be contained in a subform?
5.
Which of the following is not a valid reason to apply Grouping in a Microsoft Dynamics NAV report?
6.
Which of the following commands is best to use in C/AL to change a closing date to a normal date?

 
7.
Under which circumstances is it possible to run a report in a modal fashion while in the middle of a Transaction?
8.
Form A calls a function in a Single Instance Codeunit and populates a global text variable with the value "Red." Then, Form B calls the same function and populates the same text variable with the value "Blue."
Which of the following is TRUE if Form A were to then call another function in the same Single Instance Codeunit and retrieve the same global text variable?
9.
When upgrading MenuSuites, if a menu item has been added to a menu group that is no longer a part of the upgraded MenuSuite, what happens to the menu item?
10.
Which statement best describes how MenuSuite object changes are stored?