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.

Default to UI16 for all users

ebaileyybs
Tera Expert

Hi,

We are about to test Istanbul and we are moving to UI16 as part of the upgrade.

How can I make UI16 default for all users and remove the 'Switch to UI15' button on the Settings menu?

Thanks!

Emma

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Hi Emma,



The control of UI15 v UI16 is controlled as a user preference. Go to sys_user_preference and ensure you have a system setting called use.concourse with a true value. It should look like this:



find_real_file.png



That sets the default. You may have overrides to UI15 from other users that need to be removed. Those are in the same table and say:



Name: use.concourse


Value: false



Remove those records so the system takes over with the default of true.



As for removing the ability to go back, haven't found that yet.


View solution in original post

3 REPLIES 3

Harish KM
Kilo Patron
Kilo Patron

check thisCan I enable UI16 but make UI15 default for all users in Geneva?



Disable that property


Regards
Harish

Chuck Tomasi
Tera Patron

Hi Emma,



The control of UI15 v UI16 is controlled as a user preference. Go to sys_user_preference and ensure you have a system setting called use.concourse with a true value. It should look like this:



find_real_file.png



That sets the default. You may have overrides to UI15 from other users that need to be removed. Those are in the same table and say:



Name: use.concourse


Value: false



Remove those records so the system takes over with the default of true.



As for removing the ability to go back, haven't found that yet.


This may be helpful... you could always restrict switching to role (like admin.)



Configure roles allowed to switch between UI16 and UI15