Review questions
Documentation cannot be integrated into in-line C/AL code. True or False?
The
TESTFIELD
function can be used to assign new values to a variable. True or False?The C/AL Symbol Menu can be used for several of the following purposes. Choose three:
Find applicable functions
Paste highlighted entries directly into code
Test coded functions
Use entries as a template for function syntax and arguments
Translate text constants into a support language
The
VALIDATE
function can be used to assig new values to a variable. True or False?The
WORKDATE
value can be set to a different alue from the system date. True or False?Which three of the following are valid date related NAV functions?
DATE2DWY
CALCDATE
DMY2DATE
DATE2NUM
An
Average
FlowField requires which two of the following:A record key
SQL Server database
A SumIndexField
A Decimal variable
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...