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
MikeG
3 years agoContributor III
Default Home Page for Users & OS Logo is an Actionable Event
Thought this was cool and wanted to share so others have the recipe. If you build a default landing Home Page for users upon login, this is where the XML sits for that Dashboard.
Then, ...
JackLacava
OneStream Employee
3 years agoAs you can see from the property of that file, it's contained in the application database. That means you can use the features in BRApi.FileSystem to manipulate it (e.g. .InsertOrUpdateFile). So you could have an extender rule that retrieves all users in a group, and then uploads (or updates) the file for each user.
There might also be some utility covering this sort of work in Solutions Exchange, so maybe have a look there before you start coding.
LisaC
3 years agoNew Contributor II
Hi Jack,
Thanks for sharing! I will definitely have a look there!
Related Content
- 7 months ago