The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
smarshall2
22 days agoNew Contributor II
List of User Default Home Pages
Hi Folks,
Wondering if anyone has built a BR or query to compile a list of Users and their Default Home Page.
I know its in the UserAppSettings.xml File within File Explorer under Internal/User...
JJones
OneStream Employee
21 days agoAttached is a business rule for you that would perform this for you:
- Retrieves all users from the OneStream security store
- For each user loads their full UserInfo object for the display name
- Reads their UserAppSettings.xml from the Internal File System via FileSystemLocation.ApplicationDatabase
- Parses the SilverlightHomePageUrl element and intelligently extracts just the dashboard name by skipping known keywords like Dashboard:False, Default, True, False, and Unknown
- Outputs everything to a clean sortable grid
I created this as a Dashboard Data Set rule, so you could attach it to a data adapter as a method query and then assign it to a grid component and then export out the contents from the grid.
Related Content
- 24 days ago
- 2 years ago
- 2 years ago
- 3 years ago
- 4 years ago