Define inherent entitlements as a developer

Important

This content is archived and is not being updated. For the latest documentation, go to What's new and planned for Dynamics 365 Business Central. For the latest release plans, go to Dynamics 365 and Microsoft Power Platform release plans.

Enabled for Public preview General availability
Users, automatically Oct 1, 2022 Oct 1, 2022

Business value

Using a new language construct, developers can design much more flexible permissions.

Feature details

To make sure that all users will have access to certain functionality, such as writing to the ChangeLog table, a developer can now specify this access in a new property, InherentEntitlements.

The InherentEntitlements property is available on the following object types: 

  • Table
  • Codeunit
  • Page
  • XmlPort 
  • Query 
  • Report

See also

Inherent Permissions (docs)