- Which three of the following are valid date related NAV functions?
a) DATE2DWY
b) CALCDATE
c) DMY2DATE
d) DATE2NUM
- RESETÂ is used to clear the current sort key setting from a record. True or False?
- Which functions can be used to cause FlowFields to be calculated? Choose two:
a) CALCSUMS
b) CALCFIELDS
c) SETAUTOCALCFIELDS
d) SUMFLOWFIELD
- 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:
a) EXIT
b) BREAK
c) QUIT
d) SKIP
- The WORKDATE value can be set to a different value from the System Date. True or False?
- Only one FactBox is allowed on a page. True or False?
- Braces {} are used as a special form of a repeating CASE statement. True or False?
- Which of the following is not a valid C/AL flow control combination? Choose one:
a) REPEAT - UNTIL
b) DO - UNTIL
c) CASE...