Questions
- Which three of the following are valid date-related Business Central functions?
Date2DWY
CalcDate
DMY2Date
Date2Num
ANSWER:
Date2DWY
,CalcDate
,DMY2Date
Reset
is used to clear the current sort key setting from a record. True or false?ANSWER: False
- The
Init
method is used to reset all the values in a record to the data type default or theInitValue
property value. True or false?ANSWER: True
- The
Format
method cannot convert which of the following data types to a string:Blob
DateTime
Decimal
Boolean
ANSWER:
Blob
- Which functions can be used to cause FlowFields to be calculated? Choose two:
CalcSums
CalcFields
SetAutoCalcFields
SumFlowField
ANSWER:
CalcFields
,SetAutoCalcFields
- Which of the following functions should be used within a report’s
OnAfterGetRecord
trigger to end processing just for a single iteration of the trigger? Choose one:exit
Break
Quit
Skip
ANSWER:
Skip
- The
WorkDate
value can be set to a different value from the system date. True or false?ANSWER...