- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 07:30 PM
Hello Community,
We have upgraded our instance to Vancouver and the Next Experience UI got enabled automatically.
I see many articles to give the preference option to users to turn on/off the Next UI. But, I would like to know if we can disable this system level.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 01:40 AM
Set the sys property glide.ui.polaris.experience to false. This will disable the Polaris themes.
To disable the notification which describes Next experience and login, In the sys_user_preference table create an entry as shown below.
Name: overview_help.visited.NextExperience
User: System Administrator
System: Checked (True)
Value: true
Please mark my answer helpful and accept as solution if it helped 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 01:40 AM
Set the sys property glide.ui.polaris.experience to false. This will disable the Polaris themes.
To disable the notification which describes Next experience and login, In the sys_user_preference table create an entry as shown below.
Name: overview_help.visited.NextExperience
User: System Administrator
System: Checked (True)
Value: true
Please mark my answer helpful and accept as solution if it helped 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 05:15 AM
Thanks Anvesh! it worked.