Forum Discussion
Hi Mike and Jack,
Thank you both for sharing the tips!
To extend this topic, we are now setting a new homepage for a group of existing users instead of all. And we want to force this from an admin perspective instead of having users set it by themselves.
How we did it is downloading the XML file from my (as admin) user folder and uploading the XML file to other users' folders.
Do you know if there are any other ways to achieve this?
Thanks in advance!
Kind regards,
Lisa
- JackLacava2 years agoHonored Contributor
As 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.
- LisaC2 years agoNew Contributor II
Hi Jack,
Thanks for sharing! I will definitely have a look there!
Related Content
- 4 months ago
- 8 months ago
- 3 years ago