Apply Per Role

To apply per role:

To specify different tabs per role, add the $rtvNavTabList substitution to your roles.xml file and list the tabs for that role. For example, the following limits and reorders the tabs for the admin role to ADMIN, SERVICE TREE, ALERTS:

<role>

<name>admin</name>

<displays>

<include>ALL</include>

</displays>

<sub name="$rtvNavTabList" value="Admin,CMDB,Alerts"/>

</role>

Roles that set $rtvNavTabList to blank get the default tabs (see Default Navigation Tabs).

Roles that do not set $rtvNavTabList get the global value set in the CUSTOM PROPERTIES tab of the RTView Configuration Application, and if no value is set in the CUSTOM PROPERTIES tab of the Configuration Application it gets the default tabs (for RTView Configuration Application example, see step 2 in Apply Globally).