Focal Point
[Solved] 7.6.11 -- How to make a new BID user default to their group view?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7657035295

October 28, 2010, 09:41 AM
John_Edwards
[Solved] 7.6.11 -- How to make a new BID user default to their group view?
This wasn't an issue in our previous 7.6.x releases but it appears that when a new MRE user logs in to BID for the first time they're now routed to the public view instead of their group view. I have figured out how to "fix" this once it's happened, but does anyone know where the setting is for defaulting them to their group view instead? I have a big pile of users to manage.

J.

This message has been edited. Last edited by: John_Edwards,



October 29, 2010, 07:37 AM
AlexU
In "ibi\WebFOCUS7xx\worp\conf\bid-config.xml" change check the following value and change it to false as shown. This will default your users to their group view(s) rather than the public view.




WF 7703M, XP/Win7, MRE, RC, BID, PMF, HTML, PDF, Excel 2000/7/10
October 29, 2010, 09:22 AM
John_Edwards
I dug this out of the page source --

 <internal-var name="goToPersonalViewOnLogin" value="false"/> 


That appears to be just the thing I'm looking for. Thank you!

J.