How To Turn on Active Home Page

I see the spot on the user sign in to select Active Home Page, but is there a place in the Company Set Up or Maintenance that I need to select in order to have it function?

You need to deploy it in the Epicor Administration Console AppServer Configuration. There should be documents on it either in the implementation/upgrade guides or the Extension installation guide on EpicWeb.

Thanks, I’ll try that

Thanks I’ll look that up

Are you getting a white screen when Active Home Page opens? @WenD

If this is the case update the web.config file and add the below two lines directly under <staticContent>

<remove fileExtension=".json" />
<mimeMap fileExtension=".json" mimeType="application/json" />

Test this within a non-production environment first! Not responsible for blowing up your app server

What do you receive when it is checked? Do you want it default to it? Do you have certificates assigned to your appserver install? What is your appserver binding?