web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Think about IT / How Do I: Enable Personaliz...

How Do I: Enable Personalization in Business Central On Premises?

Steven Renders Profile Picture Steven Renders 5,648 Moderator

After you have installed Business Central On Premises, as explained in the previous blog post, you will notice that Personalization is not enabled:

I don’t know why, if this is by design or not, but you can enable it as follows.

First, find your navsettings.json file:

Here you can find more info on modifying the navsettings.json file:

https://docs.microsoft.com/en-us/dynamics-nav/configuring-microsoft-dynamics-nav-web-client-by-modifying-the-web.config-file#WebClientSettingsFile

To enable Personalization, you need to add the following setting in the file:

,”PersonalizationEnabled”: “True”
Then you need to restart your Service Tier and Internet Information Server, open the Web Client again, and voila:
More information about personalization is available here:

This was originally posted here.

Comments

*This post is locked for comments