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.

How to generate report on "Users who are using UI-16 and users who are using Next-UI"?

Cameron13
Tera Contributor

Team, an interesting question. Our company asked people to move to Next UI. Still some people has updated but still some are using UI16. I was asked to generate a report to show how many users has adapted Next and how many are still on UI16.

Any idea/guide how can I generate report ?

1 ACCEPTED SOLUTION

Niklas Peterson
Mega Sage

Hi @Cameron13 ,

If you have this setting on user level then there should be a user preference controlling it. 

NiklasPeterson_0-1692375105334.png

So you should be able to report on the sys_user_preference table capturing all users that has glide.ui.polaris.use set to true or false.

Regards,
Niklas

View solution in original post

3 REPLIES 3

Niklas Peterson
Mega Sage

Hi @Cameron13 ,

If you have this setting on user level then there should be a user preference controlling it. 

NiklasPeterson_0-1692375105334.png

So you should be able to report on the sys_user_preference table capturing all users that has glide.ui.polaris.use set to true or false.

Regards,
Niklas

This is not giving me all the licensed users - I have 4300+ and I am only seeing 183 total True / False (both)

Hi @tsulli02 ,

 

If you have the system property glide.ui.polaris.on_off_user_pref_enabled set to true, users are able to activate the Next Experience. When they do, there is a "glide.ui.polaris.use" record created in sys_user_preference. If they have not  activated the Next  Experience , then there is no record.

 

Regards,
Niklas