The Zurich release has arrived! Interested in new features and functionalities? Click here for more

how to switch between Core UI and Next experience UI

sridhar k
Tera Contributor

We recently upgraded to Tokyo from Rome. our 508 testing failed with New experience UI in Tokyo.

Is it possible to switch between Core UI and   New experience UI at user level

 

6 REPLIES 6

SatyakiBose
Mega Sage

Hello @sridhar k 

Yes you can revert to the core ui, and it can be done via the following steps:

1. At individual user level:

  • create the system property - glide.ui.polaris.on_off_user_pref_enabled
  • set the type as string
  • set the value to true
    Now the end users would see the below option in the display menu:
    satyakibose_0-1675880333412.png

    2. At system level for all user:
  • Navigate to the system property - glide.ui.polaris.experience
  • Set the value as false.
  • Clear the cache

HI, how can i do this next experience be default to all the users. i have made glide.ui.polaris.on_off_user_pref_enabled to false. then i see this made al the users to not enable the next experience. 

my requirement is to make the next experience as default to all the users. please let me know if you have any solution. 

sridhar k
Tera Contributor

Hi Satya,

Great this is very helpful. So i can set this property to subset of users to go to Core UI and rest of the users can continue with Next Experience UI correct..

Thats correct