Book Image

Programming Microsoft Dynamics NAV 2015

Book Image

Programming Microsoft Dynamics NAV 2015

Overview of this book

Table of Contents (19 chapters)
Programming Microsoft Dynamics™ NAV 2015
Credits
Foreword
About the Authors
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Review questions


Q1. Which three of the following are valid date related NAV functions?

  1. DATE2DWY

  2. CALCDATE

  3. DMY2DATE

  4. 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.

  1. CALCSUMS

  2. CALCFIELDS

  3. SETAUTOCALCFIELDS

  4. 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.

  1. EXIT

  2. BREAK

  3. QUIT

  4. 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.

  1. REPEAT-UNTIL

  2. DO-UNTIL

  3. CASE-ELSE

  4. IF-THEN

Q9. A FILTERGROUP function should not be used in custom code. True or False?

Q10. The REPEAT‑UNTIL looping structure...