Set Homepage Tiles 'Click to open in a new browser tab' for everone

We’re in the middle of migrating our users to the browser. How can I default everyone’s home page shortcuts to open in a new tab? I really don’t want to ask 100 users to spend time fixing every single homepage shortcut they’ve created. Many aren’t computer savvy, and would forget the ctrl+click shortcut.

Some kind of Javascript magic to find and replace a setting in the homepage profiles?

2 Likes

Post processing BPM on Ice.BO.ShellLayout.GetHomePageForUser

result.HomeTile.ForEach(x => x.OpenInNewTab = true);

Big Plays Workout GIF by Patrick Paige II

Of course, that’s gonna keep them that way, they won’t be able to change them.. :rofl:

3 Likes