Book Image

Programming Microsoft Dynamics NAV 2013 - Third Edition

Book Image

Programming Microsoft Dynamics NAV 2013 - Third Edition

Overview of this book

Microsoft Dynamics NAV 2013 is a complete and robust ERP system that is accompanied by a comprehensive set of development tools. You will learn how to master these tools and tailor Microsoft Dynamics NAV 2013 to meet your customer's specific business needs."Programming Microsoft Dynamics® NAV 2013" will lead you from start to finish, teaching you how to use this incredible ERP software whilst simultaneously making you a more productive developer. You'll learn how to implement your solutions, as well as evaluating, managing and appraising Dynamics NAV 2013 productions and projects.You will be empowered with the skills and knowledge that you need to get the job done and exceed your client's expectations. Step by step, you will learn how to use NAV, master the C/AL programming language, as well as the construction and uses of each object type. Ultimately, you will be able to bring your NAV 2013 solution together with fantastic efficiency.Hands-on development examples and additional material teach you by example and uncover the insider knowledge that only years of experience can provide, truly unleashing your productivity and potential.
Table of Contents (19 chapters)
Programming Microsoft Dynamics NAV 2013
Credits
Foreword
About the Authors
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
Index

Review questions


  1. An ERP system such as NAV 2013 includes a number of functional areas. Which of the following are part of NAV 2013? Choose four.

    1. Order Processing

    2. Human Resources

    3. Computer Aided Design (CAD)

    4. Inventory Control

    5. General Accounting

  2. New functionality in NAV 2013 includes (choose three):

    1. Assembly Management

    2. Filtering

    3. Copy and Paste with Excel

    4. Enhanced charting

    5. SQL Server database

  3. What are the seven NAV 2013 object types?

  4. NAV 2013 includes support for publishing objects as Web Services. True or False?

  5. NAV 2013 development is done in the C/SIDE IDE and Visual Studio 2010. True or False?

  6. The C/AL programming language is similar to which other language? Choose one.

    1. COBOL

    2. Java

    3. PHP

    4. Pascal

  7. The Work Date can only be changed by the System Administrator. True or False?

  8. All NAV objects except XMLports can contain C/AL code. True or False?

  9. Match the following table types and descriptions for NAV.

    a. Journals

    1) Audit trail

    b. Ledgers

    2) Validation process

    c. Register

    3) Invoice

    d. Document

    4) Transaction entries

    e. Posting

    5) History

  10. Which of the following describe NAV 2013? Choose two.

    1. Object based

    2. C# IDE

    3. Object oriented

    4. Customizable

    5. Includes a Storefront module

  11. Field number increments in a Table design default to what? Choose one.

    1. 10

    2. 1

    3. 64

    4. 100

    5. 10000

  12. The home page for a NAV 2013 User is called what? Choose one.

    1. Role Home

    2. Home Center

    3. Main Page

    4. Role Center

  13. A List Page, not a Card Page, is the initial page that a user sees when the users access any data table. True or False?

  14. Page Previews from the Development Environment can be used for data entry and maintenance. True or False?

  15. Visual Studio 2010 is used in NAV 2013 for what work? Choose one.

    1. Report data definition

    2. Report layout

    3. Role Center design

    4. Query processing

  16. Codeunits are the only NAV 2013 objects that can contain functions. True or False?

  17. Query output can be used as a Data Item for Reports. True or False?

  18. What object number range is available for assignment to customer-specific objects? Choose two.

    1. 20 – 500

    2. 50000 – 60000

    3. 150000 – 200000

    4. 50000 – 99999

    5. 10000 – 100000

  19. XMLports can only process XML formatted data. True or False?

  20. NAV 2013 Reports are often generated automatically through the use of a wizard. True or False?