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

Creating a WDTU Role Center ribbon

If we were creating a Role Center to be used in a real production environment, we would likely be defining a new activities page, new cues, a new or modified cue table, new FactBoxes, and so on. However, since our primary purpose here is learning, we'll take the shortcut of piggybacking on the existing role center and simply add our WDTU actions to the foundation of that existing Role Center.

There are several steps to be taken to define our WDTU Role Center ribbon using the developer tools. The steps we need to take for our WDTU actions are as follows:

  1. Define one or more new ribbon categories for the WDTU actions
  2. Create the WDTU action controls in the Action Designer
  3. Assign the WDTU action controls to the appropriate ribbon categories
  4. Finalize any look and feel items

Let's add the following functions to the WDTU portion of the Action Ribbon:

  • Radio Show list page
  • Playlist page

To add an action, access the page—Action Designer screen...