Introduction

Completed

Pages are the main way to display and organize data in Dynamics 365 Business Central. Pages are the primary objects that a user interacts with and they have different behaviors based on the type of page that you choose. Pages are designed independently of the device that they're to be rendered on and, in this way, the same page can be reused across phone, tablet, and web clients. A page is defined in code as an object that's composed of controls, properties, actions, and triggers.

Pages are core objects in Business Central, and this module discusses the different types of pages that you'll encounter.

Additionally, you'll learn how to create and configure pages and their properties and how to define controls on a page. You'll also discover how to create actions to run other pages.