Role centers and personalization in Business Central

How Business Central's role-tailored experience works — role centers, profiles, personalization, and tenant-wide customisation.

Updated 2026-07-07

One of the things that makes Business Central feel different from generic enterprise software is its role-tailored experience. Every user opens to a role center — a home page curated for what they do. Behind it sits a layered customisation model that lets each user, each role, and the whole tenant shape the interface.

Role centers. A role center is a Business Central page customised as the user's home screen, showing what matters for their job: relevant cues (open orders, overdue invoices, items below safety stock), shortcut actions, embedded charts, frequently-used reports, and notifications. Microsoft ships role centers for common roles — Business Manager, Accountant, Order Processor, Sales Manager, Purchasing Agent, Production Planner, Warehouse Worker, Project Manager, IT Manager — and customers extend or build their own.

Profiles. A profile is the assignment of a role center to a category of users. Each profile has a code, a role center, default permissions, default settings, and a description. Users are assigned a profile through the user setup; switching profile changes the role center and the available menu.

Personalization. Within their assigned role, individual users personalize their experience: hide columns on lists they don't use, reorder columns, change column widths, hide fields on cards, hide cues on the role center, add favourites to navigation. Personalization is per-user and per-page; it doesn't affect other users.

Designer. A more powerful customisation tool, Designer, lets users with appropriate permissions:

  • Add or hide fields, columns, parts, FactBoxes on pages.
  • Move items between sections.
  • Add custom captions.
  • Save as a tenant customisation (affecting all users of the page) or as a personal customisation.

Designer customisations are stored as page metadata extensions that survive upgrades. Heavy customisation is better delivered as an AL extension; Designer is for lightweight tweaks.

Tenant customisation. A super-user can take their personalized layout and save it as a tenant default — every user of that profile inherits the change. This is how administrators tune the standard experience for their company without involving a developer.

Cues and headlines. The role center features prominently:

  • Cues — large numeric tiles showing key counts (open orders, items needing approval, overdue invoices). Each cue is filterable and clickable to drill into the underlying list.
  • Headlines — a horizontal banner showing personalised notifications, AI insights, or business-specific alerts.
  • Charts — small embedded Power BI or built-in chart visualisations.
  • Activities — task lists showing pending items.

Mobile. Role centers render on mobile through the Business Central mobile app. The layout reflows for small screens; cues and key actions remain visible.

The boundary. Role centers and personalisation are configuration. For genuinely new business logic — calculated fields, custom workflows, new tables — write an AL extension. The two layer cleanly: extensions add the structure, role centers and Designer expose it the way users want to see it.

Operational discipline. Most BC implementations underuse the role-center investment. Spend deliberate time per role configuring the cues, charts, and shortcuts that match daily work. Adoption improves dramatically.

Related guides