Review questions
Q1. Which three of the following are valid date related NAV functions?
DATE2DWY
CALCDATE
DMY2DATE
DATE2NUM
Q2. RESET is used to clear the current sort key setting from a record. True or False?
Q3. Which functions can be used to cause FlowFields to be calculated? Choose two.
CALCSUMS
CALCFIELDS
SETAUTOCALCFIELDS
SUMFLOWFIELD
Q4. Which of the following functions should be used within a report OnAfterGetRecord
trigger to end processing just for a single iteration of the trigger? Choose one.
- EXIT
- BREAK
- QUIT
- SKIP
Q5. The WORKDATE value can be set to a different value from the System Date. True or False?
Q6. Only one FactBox is allowed on a page. True or False?
Q7. Braces {} are used as a special form of a repeating CASE statement. True or False?
Q8. Which of the following is not a valid C/AL flow control combination? Choose one.
- REPEAT-UNTIL
- DO-UNTIL
- CASE-ELSE
- IF-THEN
Q9. A FILTERGROUP function should not be used in custom code. True or False?
Q10. The REPEAT‑UNTIL looping structure is most...