-
Book Overview & Buying
-
Table Of Contents
Extending Microsoft Dynamics AX 2012 Cookbook
By :
SharePoint has a URL parameter that will simplify the pages so that you don't see the left navigation panel. This is useful because you may want to open up the Role Center on a tablet or Surface device, and all you want to see is the Role Center dashboard area since you are more constrained for space.
In this recipe, we will show how you can open up Role Centers without the SharePoint navigation panel on the left.
To remove the navigation bar from Role Centers, follow this step:
While navigating to the Enterprise portal, add a IsDlg=1 parameter to the end of the URL; for example: http://dynamicsax.contoso.com/sites/DynamicsAx/Enterprise%20Portal/?RUNONCLIENT=1&IsDlg=1.
When the Role Center is opened up with the IsDlg=1 qualifier, the navigation bar is removed.
