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. Once a page has been developed using the Page Snippet, the developer has very little flexibility in the layout of the page. True or False?
  2. Actions appear on the Role Center screen in several places. Choose two:
    • Address bar
    • Ribbon
    • Filter pane
    • Navigation pane
    • Command bar
  1. A user can choose their Role Center when they log in. True or false?
  2. An action can only appear in one place in the ribbon or in the navigator pane. True or false?
  1. When developing a new page, the following page part types are available. Choose two:
    • Chart part
    • Map part
    • Social part
    • System part
  1. All page design and development is done within the Visual Studio Code. True or false?
  2. Document pages are for word processing. True or false?
  3. Two activity buttons are always present in the Navigation Pane. Which of the following two are those?
    • Posted documents
    • Departments
    • Financial management
    • Home
  4. The filter pane includes "Filter list by" and "Filter totals by" options. True or false?
  5. The...