1.
Which of the following controls cannot be contained in a subform?
2.
Which property on a Subform control determine the form to be displayed?
3.
What can be determined from viewing the following C/AL command?
CustProcessCode.Update(Customer);
4.
When you use the number series for a new sales order, what information do you need to retrieve from the No. Series Line table?
5.
Which of the following is a true statement regarding subforms?
6.
Assume a variable with the name Customer is declared with a datatype of Record, and a subtype of Customer.
Assuming that there are six customer records, numbers 10000, 20000, 30000, 40000, 50000, and 60000, and further assuming that the commands below are executed, which customer record is stored in the
Customer variable?
Customer.FIND('+');
Customer.NEXT(3);
Customer.FIND('=');