Book Image

Programming Microsoft Dynamics 365 Business Central - Sixth Edition

By : Marije Brummel, David Studebaker, Christopher D. Studebaker
Book Image

Programming Microsoft Dynamics 365 Business Central - Sixth Edition

By: Marije Brummel, David Studebaker, Christopher D. Studebaker

Overview of this book

Microsoft Dynamics 365 Business Central is a full ERP business solution suite with a robust set of development tools to support customization and enhancement. These tools can be used to tailor Business Central's in-built applications to support complete management functions for finance, supply chain, manufacturing, and operations. Using a case study approach, this book will introduce you to Dynamics 365 Business Central and Visual Studio Code development tools to help you become a productive Business Central developer. You'll also learn how to evaluate a product's development capabilities and manage Business Central-based development and implementation. You'll explore application structure, the construction of and uses for each object type, and how it all fits together to build apps that meet special business requirements. By the end of this book, you'll understand how to design and develop high-quality software using the Visual Studio Code development environment, the AL language paired with the improved editor, patterns, and features.
Table of Contents (12 chapters)
9
Successful Conclusions

Questions

  1. An ERP system such as Business Central includes a number of functional areas. Which of the following are part of Business Central? Choose four:
    • Manufacturing
    • Order processing
    • Planning
    • Computer Aided Design (CAD)
    • General accounting
  1. Functionality in Business Central includes the following (choose three):
    • Tablet client
    • Drag and drop
    • Document emailing
    • Spellchecker
    • Mandatory fields
  1. Business Central development is done in the Visual Studio Code IDE or Visual Studio. True or false?
  2. Match the following table types and descriptions for Business Central:
    • Journal audit trail
    • Ledger validation process
    • Register invoice
    • Document transaction entries
    • Posting history
  1. With Business Central, iPads can be used to display the RTC. True or false?
  2. Which of the following describe Business Central? Choose two:
    • Customizable
    • Includes a storefront module
    • Object-based
    • C# IDE
    • Object-oriented
  1. What are the Business Central object types?
  2. All Business Central objects except XMLports can contain AL code. True or false?
  3. Business Central includes support for publishing objects as web services. True or false?
  4. The home page for a Business Central user is called what? Choose one:
    • Role Home
    • Home Center
    • Main Page
    • Role Center
  1. Codeunits can be used as startupObjectId. True or false?
  2. Microsoft Word is used in Business Central for what work? Choose one:
    • Report data definition
    • Report layout
    • Role Center design
    • Query processing
  1. Codeunits are the only Business Central objects that can contain procedures. True or false?
  2. Query output can be used as a data item for reports. True or false?
  3. AL and Visual Studio Code are required for Business Central development. True or false?
  4. Which object number range is available for assignment to customer-specific objects? Choose two:
    • 20 - 500
    • 50,000 - 60,000
    • 150,000 - 200,000
    • 50,000 - 99,999
    • 10,000 - 100,000
  1. XMLports can only process XML formatted data. True or false?
  2. The work date can only be changed by the system administrator. True or false?
  3. A design pattern is which of the following? Choose two:
    • Reusable code
    • Stripes and plaid together
    • A proven way to solve a common problem
    • UI guidelines
  1. Business Central reports are often generated automatically through the use of a wizard. True or false?