We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Enable Polaris only for Certain Groups of Users

Mark Endsley
Tera Guru

I've been hearing rumors there is a way to only enable the Polaris UI for certain Users/Roles. This would be great to do a staggered release. Is there actually a way to do this?

1 ACCEPTED SOLUTION

satoru
Kilo Guru

Hi, Mark.

I found next article.

https://community.servicenow.com/community?id=community_article&sys_id=45b5b7d7db29c510e2adc22305961924

Thank you,
Satoru.

View solution in original post

2 REPLIES 2

satoru
Kilo Guru

Hi Mark.

I think you can achieve this by setting the following.

(1)System Property: glide.ui.polaris.experience=true

(2)From "User Preferences" menu,

Find next record and set false to Value field.(Disable Polaris UI for All Users)

Name: glide.ui.polaris.use
Value: false                        <-- False
User: null (All Users)

(3)Enable Polaris UI for specific users only

Create sys_user_preferece Record.
Name: glide.ui.polaris.use
Value: true                      <-- True
User: Specify User(Select UserID)

Best regards,
Satoru

satoru
Kilo Guru

Hi, Mark.

I found next article.

https://community.servicenow.com/community?id=community_article&sys_id=45b5b7d7db29c510e2adc22305961924

Thank you,
Satoru.