Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property controls the visibility of the Unified Navigation menus in the header, impacting how users navigate the ServiceNow platform. |
| What area does it affect? |
User Interface Navigation |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when updating user interface settings or addressing navigation issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.polaris.menus |
| Sys ID |
28f0672501222010fa9bb175acb74d2f |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Toggle the Unified Navigation menus in the header. |
| Updated |
2024-05-25 04:30:11 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... the stylized login page. This property applies only when glide.ui.polaris.experience is true. • Type: string • Default value: true when glide.ui.polaris.experience is true. • Location: The System Property [sys_properties] table glide.ui.polaris.menus Toggles the Unified Navigation menus in the header. This property applies only when glide.ui.polaris.experience is true, meaning that Next Experience Unified Navigation is enabled. • Type: true | false • ...
Context preview
Snippet 2
... the value. glide.ui.polaris.style.hide_empty_list_image true | false true Hide the graphic that appears when a screen with no records is selected. Note: This system property applies only to the Core UI. glide.ui.polaris.menus true | false true Toggle the Unified Navigation menus in the header. Note: If false is needed, it’s recommended to hide menus from specific roles. glide.ui.polaris.login.show_illustrations string true Enables the ...
Related properties