Creating and extending Role Centers
When a user logs in to Dynamics 365 Business Central, they are presented with a page that shows information and actions tailored to their role inside the company. This page is called a Role Center, and it's an integral part of the role-tailored experience of the application.Dynamics 365 Business Central offers about 20 Role Centers out of the box (as standard) that you can extend and customize, and you can create new Role Centers.A Role Center is a page that has the PageType
property set to RoleCenter
. The page structure is as follows:
In the structure diagram, the sections are as follows:
- Section 1 is the Navigation Menu area (one or more items that, when clicked, show other sub-menus). This is used to provide access to the relevant entities for the role to which this Role Center page is assigned.
- Section 2 is the Navigation Bar area, which displays a list of links to other pages that will be opened in the Content area. This is normally used...