Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

disable system level Next experience with popup

ashokdavuluri
Kilo Contributor

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.

1 ACCEPTED SOLUTION

AnveshKumar M
Tera Sage
Tera Sage

Hi @ashokdavuluri 

 

Set the sys property glide.ui.polaris.experience to false. This will disable the Polaris themes.

 

AnveshKumarM_1-1699000695747.png

 

 

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

 

AnveshKumarM_0-1699000588251.png

 

Please mark my answer helpful and accept as solution if it helped 👍✔️

Thanks,
Anvesh

View solution in original post

2 REPLIES 2

AnveshKumar M
Tera Sage
Tera Sage

Hi @ashokdavuluri 

 

Set the sys property glide.ui.polaris.experience to false. This will disable the Polaris themes.

 

AnveshKumarM_1-1699000695747.png

 

 

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

 

AnveshKumarM_0-1699000588251.png

 

Please mark my answer helpful and accept as solution if it helped 👍✔️

Thanks,
Anvesh

Thanks Anvesh! it worked.