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

Cue groups and cues

Now, we'll focus on page 9060SO Processor Activities. Designing that page, we see the following layout. Comparing the controls we see there to those of the Role Center, we can see that this page part is the source of the Activities section of the Role Center page.

In the properties of the SO Processor Activities page, we can see that this is a PageType property of CardPart tied to SourceTable, which is Sales Cue.

There are three cuegroup controls—ForRelease, Sales Orders Released Not Shipped, and Returns. In each cuegroup control, there are the field controls for the individual cues:

An individual cue is displayed as an iconic shortcut to a filtered list through a FlowField, or to a query or other data source through a Normal field. The stack of papers in the cue icon resulting from a filtered value represents an idea of the number of records in that list. The actual number of entries is also displayed next to the icon (see the Sales...