WebFOCUS
Online Help > Managed Reporting Administrator > Creating Public and Group Views > Directing Users to a Group View Upon Login
Directing Users to a Group View Upon Login
You can setup login so that when a user enters their
ID and password they are automatically logged into a Group View
of Dashboard or to a window where they can view the group views
that are available to them (if there are multiple views).
Procedure: How to Select a Group View Upon Login
-
Back
up the file /ibi/WebFOCUS76/worp/conf/bid-config.xml.
-
Open bid-config.xml using
a text editor.
-
Search
for the string “GoToPersonalViewOnLogin”. You will see the following
code:
<internal-var name="GoToPersonalViewOnLogin" value="true"/>
-
Change
the value to “false” as shown in the following code:
<internal-var name="GoToPersonalViewOnLogin" value="false"/>
-
Close
and save bid-config.xml.
After the setting is changed, the following login processing
is enabled:
- If the user
is a member of a single group view, the user is automatically logged
into that group view.
- If the user
is a member of multiple group views, the user is logged into a window
displaying the group views available to them.