Disabling interface items

Certain interface items can be disabled to allow the software to look more streamlined or limit the range of functionality available to the user accessing the dashboards through a host. These options need to be activated through the URL by the host application. Multiple interface items can be removed by chaining URL commands together using the & symbol.

Hide Header: This will remove the header from the dashboard software which includes the company logo. To enable this HideHeader=true must be added to the URL

Hide Home: This removes the home landing page from the software so the user is taken directly to a dashboard when they log in. HideHome=true need to be added to the URL to achieve this.
 
Hide MenuHideMenu=true removes the users access to the menu options leaving them with only the chosen dashboards to view when entered into the URL

Combined they would look like the following:

http://MyIntuitiveDashboards.MyDomain.com/dashboard.html?hideheader=true&hidehome=true&hidemenu=true