
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2022 05:07 AM
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?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2022 06:52 PM
Hi, Mark.
I found next article.
https://community.servicenow.com/community?id=community_article&sys_id=45b5b7d7db29c510e2adc22305961924
Thank you,
Satoru.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2022 06:48 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2022 06:52 PM
Hi, Mark.
I found next article.
https://community.servicenow.com/community?id=community_article&sys_id=45b5b7d7db29c510e2adc22305961924
Thank you,
Satoru.