- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 02-13-2022 10:47 AM
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.
- 3,821 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Nice overview! On a list/form level, you can disable Polaris by adding URL parameter:
&sysparm_use_polaris=false
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Is there any way to add a custom theme beside Light or Dark theme?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thank you for this comment. It helped me get out of a sticky situation when a theme went awry