Where is the individual UI16 theme preference stored

Scheuerman1
Mega Expert

My apologies for troubling folks with this but I have been unable to locate the information myself.

The question is where is the value stored for each individual for their UI16 theme preference? How does the system know that I want my theme to be buttercup (example) while my co-worker has ocean (example)?

I have found numerous references, tables, scripts, and code that all is for UI11, UI14, or UI15 themes. But nothing for UI16 themes.

Any assistance would be greatly appreciated!

1 ACCEPTED SOLUTION

Jim Coyne
Kilo Patron

There is a User Preference (sys_user_preference) called "glide.css.theme.ui16" for everyone who changes the theme.   It contains the sys_id of the Theme (sys_ui_theme) record.   A preference value of "undefined" means the user selected the "System" theme.


View solution in original post

3 REPLIES 3

Jim Coyne
Kilo Patron

There is a User Preference (sys_user_preference) called "glide.css.theme.ui16" for everyone who changes the theme.   It contains the sys_id of the Theme (sys_ui_theme) record.   A preference value of "undefined" means the user selected the "System" theme.


Thank   you!


Ed Morris
Giga Contributor

Thanks Jim. Greatly appreciated it.