Removing the ribbon bar from Role Centers
A benefit of Role Centers is that they are a lightweight version of Dynamics AX that the users can operate from a browser, without having to install the Rich Client. You may not want to let the users know that they are able to edit the page, or access any of the SharePoint ribbon bar that appears when you run the form in the default web mode. You can easily hide this information with a simple qualifier on the Role Center URL.
In this recipe, we will show how you can open up Role Centers without the SharePoint ribbon bar.
How to do it...
To remove the ribbon bar from Role Centers, follow this step:
While navigating to the Enterprise portal, add a
RUNONCLIENT=1
parameter to the end of the URL shortcut; for example: http://dynamicsax.contoso.com/sites/DynamicsAx/Enterprise%20Portal/?RUNONCLIENT=1.
How it works...
If you update the default links that the users access to open the Role Centers, the next time they use them, they will see that the ribbon bar is...