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
Configure Microsoft Dynamics NAV Server by doing one of the following:
Select the Remove Unlicensed UI Elements check box in the Microsoft Dynamics NAV Server Administration tool. For more information, see Microsoft Dynamics NAV Server Administration Tool.
Set the RemoveUnlicensedUIElements key to true in the CustomSettings.config file. For more information, see Configuring Microsoft Dynamics NAV Server.
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.