Reset Screen Settings

Hi,

we adjusted the default layout of a screen. We suppose that for many users this new default layout is better than the old one and better than a layout they have set by themself.

Is it possible to reset the ScreenSettingsFacet for the particular screen?

Regards,
Erik

1 Like

This would be very useful to know.

Hello Erik!

There is no specific UI for this, but you can find “UI setting” instances in Entity Inspector. There you can filter by certain screen and remove settings for all or specific users.

image

1 Like

Hi @pinyazhin ,

thanks for your reply.

Is it possible to do this programmatically e.g. with DataManager or EntityManager?

Regards

UiSetting is JPA entity. Yes, you can perform any query both with DataManager and EntityManager.

1 Like