Triggering "Reset settings of screen" event for all user accounts

изображение
Hello there!
I’ve got some questions concerned with this button:

  1. what does it actually do with screen components? As I could guess it resets all the user’s screen settings and filters; (We’ve found out that it drastically boosts up overall UI components loading speed on most of our screens)
  2. How could we trigger this button’s event automatically for all the users among our project?
    Thanks in advance!

Hello!

Yes, it deletes screen settings for the current user and resets screen settings cache, see SettingWindow#resetScreenSettings().

Screen settings are stored in the UserSetting entity and you can delete them for the specific user.