Next Experience UI San Diego Basics
Hopefully some helpful tips for anyone getting started with the new Next Experience aka "UI 2022" in San Diego.
How to enable Next Experience
Activating Next Experience | ServiceNow Docs
- Open sys_properties.list
- Set property glide.ui.polaris.experience to true
- Logout and in
- From the "ALL" menu type incident.list and press enter.
How to disable Next Experience for a specfic app or page?
PolarisUI - Scoped | ServiceNow Docs
Option 1 - Disable for each page on the table "sys_page_theme"
- Open sys_page_theme.list
- Add a new entry for incident and incident_list
- Open Incidents page. You will still have the unified header but the page list will be in UI 16 mode.
Option 2 - Append the parameter sysparm_use_polaris=false to the URL of any classic UI page
Exploring themes in Next Experience | ServiceNow Docs
UI pages with the $ prefix automatically append this parameter. The parameter automatically applies to pages the user goes to next.
How to disable Next Experience for a specfic user?
PolarisUI - Scoped | ServiceNow Docs
- Open sys_user_preference table and create a new record "glide.ui.polaris.use" for the user
- Impersonate User to verify
For more information about Next Experience system properties and user preferences, see Next Experience system properties.
https://www.servicenow.com/community/developer-articles/next-experience-ui-san-diego-basics/ta-p/2304214