- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 05:58 PM
I have seen a few KB articles but I cannot get the method in those to work.
I want to be able to enable specific users (ideally groups) to use the San Diego next generation UI but not all those using the platform at once.
What I have done
I have set the property glide.ui.polaris.use to true for a specific user and set the system checkbox to false and inserted the new record.
When I log out and back in, I still do not get the next experience - I get the same old dreary previous experience.
Solved! Go to Solution.
- Labels:
-
UI Framework Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 11:34 PM
With the help of a mixture of knowledge bases I did manage to solve this.
The goal was to
1. Enable the Next generation UI for all users on the system but NOT by default
2. Allow the users to opt into the next generation UI and if they do not like it, then they can go back to the old UI.
What needed to be done:
Step 1: open the system properties (sys_properties.list - in the navigator)
- Find and set the property glide.ui.polaris.experience = true;
- Find and set the property glide.ui.polaris.dark_themes_enabled = true
- Then find and set or create this property glide.ui.polaris.on_off_user_pref_enabled = true
Step 2: Logout and log back in again and you will see now that you have the new User experience. If you select the Preferences you will be able to opt out of the new UI. If this satisfies your need then you are done. However, in my scenario, we want the new UI to be disabled by default and for users to Opt in to the new UI. Hence Step 3
Step 3: Set the property glide.ui.polaris.use to false for each user of the system. I used this script to set the property to false for each user in the User preferences.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 06:18 PM
Hi Marke,
Please refer to this article.
Enable/Disable Next Experience UI on user level (San Diego)
Mark correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 08:43 PM
Hi, thanks, I read that article.
I am unsure as to what it means by clear the property - set it to false, delete it.
I set it to false and did what was in the article but it did not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 11:34 PM
With the help of a mixture of knowledge bases I did manage to solve this.
The goal was to
1. Enable the Next generation UI for all users on the system but NOT by default
2. Allow the users to opt into the next generation UI and if they do not like it, then they can go back to the old UI.
What needed to be done:
Step 1: open the system properties (sys_properties.list - in the navigator)
- Find and set the property glide.ui.polaris.experience = true;
- Find and set the property glide.ui.polaris.dark_themes_enabled = true
- Then find and set or create this property glide.ui.polaris.on_off_user_pref_enabled = true
Step 2: Logout and log back in again and you will see now that you have the new User experience. If you select the Preferences you will be able to opt out of the new UI. If this satisfies your need then you are done. However, in my scenario, we want the new UI to be disabled by default and for users to Opt in to the new UI. Hence Step 3
Step 3: Set the property glide.ui.polaris.use to false for each user of the system. I used this script to set the property to false for each user in the User preferences.