- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2015 12:34 PM
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2015 12:41 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2015 12:41 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2015 12:50 PM
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2020 08:37 AM
Thanks Jim. Greatly appreciated it.