This page helps you enable your new web portal and customize it.
Enabling the new portal
To enable this feature, make these updates to the web.config file:
Under <appSettings>
<add key="UseNewPortal" value="true" />
Update the <httpRuntime> tag
<httpRuntime ... targetFramework="4.8" />
You will also need to be using a SQL Repository.
Now when you browse to your Anaplan XL Website, you will see the new portal.
Customization
Refer to Customising web config for more.
Color
Change the primary color used across the portal with the PrimaryColor
setting in web.config. The value should be a valid hex color.
<add key="PrimaryColor" value="#1a82c5" />
Logo
Change the logo with the CustomerLogo
setting. The value should be the URL to the image.
<add key="CustomerLogo" value="https://otherserver.example.org/companylogo.png" />
Help URL
Change the URL of the help navigation item with the CustomHelpUrl
setting. The value should be the URL to a web page. The help navigation item can be removed by setting the DisableHelpButton
setting to true.
<add key="CustomHelpUrl" value="https://otherserver.example.org/xlcubedhelp" />
Adhoc reporting
Adhoc reporting can be disabled by user by setting user permissions on the adhoc.xml. Alternatively, use the DisableAdhocGrids
setting in web.config to disable for all users.