How to: Remove Unlicensed UI Elements

You can configure Microsoft Dynamics NAV Server to remove UI elements that refer to objects that are not covered by the license file that is supplied by Microsoft.

Note

Removal of UI elements is based on objects in the license file. It is not based on permissions that are granted to user roles in the Microsoft Dynamics NAV database.

The following types of UI elements will be removed if they refer to a table that is not included in the license:

  • Actions on ribbons.

  • Actions in the navigation pane.

  • Content in FactBoxes.

  • Subpages, such as a Lines FastTab.

The following types of UI elements will not be removed:

  • Ribbon actions that access pages through trigger code.

  • Field controls.

To remove unlicensed UI elements

Note

By default, unlicensed UI elements are removed.

Tip

When you develop in Microsoft Dynamics NAV, set the RemoveUnlicensedUIElements key to false to make sure that all UI elements are visible.

See Also

Concepts

Configuring Microsoft Dynamics NAV Server