Finding and editing a system property
To view or update any ServiceNow system property, type sys_properties.list into the Navigator filter and press Enter. This opens the full list of properties on your instance — search for the property name you need, open the record, and update its value directly.
A reference list of commonly used properties
The properties below cover branding, form behavior, history and auditing, activity formatting, email, localization, and general system configuration. A couple of notes before diving in:
- Not every property here will exist or behave identically on every instance — some are older platform behaviors that have been stable for well over a decade, while a few (noted inline) carry historical context that's worth knowing even if the original reason for the property no longer fully applies.
- Default values can shift between releases. Where this list states a default, treat it as a helpful starting point — the property record on your own instance is the source of truth.
Branding & Product Identity
glide.product.apple_icon
This property can be used to set the icon used for iPhone home page bookmarks. It can be overridden in the company record with a custom user image.
glide.product.description
This property can be used to set the window title at the rightmost portion of the page header and browser title.
glide.product.description.style
This property can be used to set the style for product description next to banner. (For e.g. padding-bottom: 0px; padding-top: 4px;)
glide.product.help_icon
This property can be used to set the icon for the 'Help' link in the welcome banner. Please note that it must be uploaded first before the property setting.
glide.product.help_url
This property acts as a global override for the URL the help icon points to. Leave it empty to use context-sensitive help, where clicking the help icon opens the relevant page in ServiceNow's product documentation for whatever you're currently viewing. If a page has no context-sensitive help defined, it falls back to a general documentation search. Note: the old ServiceNow Wiki referenced by older versions of this property's description no longer exists — current documentation lives at docs.servicenow.com.
glide.product.icon
This property can be set for the icon image to be displayed in bookmarks and browser address bar.
glide.product.image
This property can be set for banner image displayed at the top of the page. This property value can be overridden by banner text and banner image defined for the company that a user is assigned to.
glide.product.name
This property can be set for window title part appearing at the leftmost portion of the page header and browser title
glide.product.name.style
This property can be set CSS properties to display product name next to banner. Often, this style is set to “display: none” so that the product name is not displayed, but still used as part of the Window Title.
Forms & UI Behavior
glide.ui.advanced
This Boolean property, if set to “true”, enable the advanced UI and allows to show "Save", "Insert" and "Insert and Stay" buttons on forms.
glide.ui.app_menu_context
This Boolean property, if set to “true”, enable the right click to edit context menu on applications in the navigator.
glide.ui.attachment_drag_and_drop
This Boolean property, if set to “true”, allow attachment drag and drop in supported HTML5 browsers.
glide.ui.buttons_bottom
This Boolean property, if set to “true”, enables a feature wherein buttons like Submit, Update, etc. are shown at end of form.
glide.ui.buttons_top
This Boolean property, if set to “true”, enables a feature wherein buttons like Submit, Update, etc. are shown in form header.
glide.ui.choicelist.defaultwidth
This property can be customized to set the width (in terms of pixels) for all choice list on the instance. Default value for this property is set to 160 that means by default all choice lists use a width of 160 pixels.
glide.ui.choices.show_missing
This property enables the appearance of missing choice list entries. It is advisable to set this Boolean property to “true” to avoid any issue related to dynamically created choice list entries.
glide.ui.clickthrough.popup
This property, if set to “true”, turn on the feature of opening a new window when the related object icon is clicked on any form in a ServiceNow instance. An additional icon is shown beside the field for referenced object. To avoid the creation of new window, keep this property as “false”.
glide.ui.clickthrough.replace
This property, if set to “true”, allow replacing the current screen for a related object. It works along with glide.ui.clickthrough.popup property. If both property are “true”, two different icons are shown for referenced object. Icon for glide.ui.clickthrough.popup property (when clicked) opens new window for referenced details. Icon for glide.ui.clickthrough.replace property (when clicked) loads referenced object details on same screen. If glide.ui.clickthrough.replace property is “false”, it can’t replace referenced details on same screen as its icon is not displayed.
glide.ui.client.integer.check
This Boolean property, if set to “true”, enable client side validation of integer fields.
glide.ui.client.mandatory.check
This Boolean property, if set to “true”, turn on a feature wherein client validates mandatory field population.
glide.ui.client.numeric.check
This Boolean property, if set to “true”, enable client side validation of numeric fields.
glide.ui.dirty_form_support
This Boolean property, if set to “true”, show a popup to user while navigating away from a modified form. The pop up shows two options. One to proceed further without saving the modifications. Second option to cancel the navigation and stay on same form.
glide.ui.enforce.mandatory.on.update
This property, if set to “true”, validates mandatory field value and produce a 'mandatory' error during an update when a mandatory field begins with a null value.
glide.ui.filters
This Boolean property enable User Interface filters on ServiceNow instance.
glide.ui.focus_first_element
Setting this property to “false” disable the form focus on form load. If “true”, on form load, focus is on first writable element on the form.
glide.ui.forgetme
If this property set to “true”, it remove "Remember me" checkbox from login page.
glide.ui.form_multiple_splits
This property allow multiple splits within a single form section. If this property is set to true, three options "|- begin_split -|","|- split -|" and "|- end_split -|" appear in the Available column of the configure form slushbucket. Each of these split options creates a form group. Such form group contain two columns. It enables to create elements that span the form at the top of the form and also multiple two-column split element groups within the form.
glide.ui.per_page
This property can be used to set 'Items per page' drop-down options (comma separated, no spaces). (For e.g. 10,15,20,50,100)
glide.short.labels
This property can be used to specify the type of labels that are displayed for all reference fields on any form. This global property can be overridden for any field by setting the short_label=true or long_label=true attribute for the field in the Dictionary. Set this property to use short labels for all fields. For example, if a form contains the caller's email address, use the "Email" label rather than the full label of "Caller Email".
glide.xmlhttp.ac_wait_time
This property can be used to set the default wait time between keystrokes for a dynamic drop-down choice list (milliseconds). (For e.g. 250)
glide.xmlhttp.max_choices
This property can be set for maximum number of items to show for a dynamic drop-down choice list.
History, Audit & Activity Formatter
glide.escalation.notes
This property can be used to set the Boolean flag (True/False) in order to turn on/off the feature of logging the information/comment in task Work Notes field.
glide.escalation.sticky
This property can be used to set the Boolean flag (True/False) to turn on/off the feature of re-computation of escalations on every Save/Update action for any ticket.
glide.escalation.verbose
This property can be used to set the Boolean flag (True/False) to turn on/off the feature of logging verbose escalation messages.
glide.history.initial_updates_when_truncated
Maximum numerical limit value can be set in relation to historical updates availability for any record. These number of updates shows up from the point when record was actually created initially until some records are omitted, when the maximum field entry value exceed. (For e.g. the default value is set to 10).
glide.history.max_entries
Activity formatter will use the maximum number set for this property and display up to those number of field entries in record history. Please note that most recent field entries are shown at the starting entries list in Activity formatter. The maximum number can be set as 250. By the way, the default maximum value is 250 for this property.
glide.history.role
History access can be provided to specific users by setting list of roles (comma-separated) in this property. Users having those roles will be able to access the history.
glide.ui.audit_deleted_tables
This property can be set with list of system tables (beginning with "sys_", comma separated) for which the audit history tracks deletions. Please note that by default, system tables do not have the delete audited. So for any system table to audited for deletions need to be included in the comma separated string value for this property. Default value for this property is “sys_user,sys_user_group,sys_user_role,sys_user_has_role,sys_user_grmember,sys_group_has_role,sys_security_acl_role”
glide.ui.record.level.history
This property can be used to turn on/off the feature to maintain a history of records visited by each user.
glide.ui.activity.email.use_display
This Boolean property, if set to “true”, will turn on the ServiceNow feature to show user IDs instead of email addresses in Activity header for emails. Basically the instance searches for a user record based on matching email address in User table. If any matching user record is found, it displays user IDs in email header. If no matching user record is found, the email address is displayed. Default value is “false”.
glide.ui.activity.email_roles
This property allows to customize the list of roles that can view mail in the Activity formatter when including "Sent/Received Emails". The list of roles need to be specified in the format of comma-separated string values. Default value is “itil”.
glide.ui.activity.image.assigned_to
This property, if set with appropriate image filename path, enables to use "Assigned To" image in Activity formatter. For e.g. “images/icons/user.gifx”
glide.ui.activity.image.assignment_group
This property, if set with appropriate image filename path, enables to use Assignment group image in Activity formatter.
glide.ui.activity.image.comments
This property, if set with appropriate image filename path, enables to use Additional comments image used in Activity formatter.
glide.ui.activity.image.work_notes
This property, if set with appropriate image filename path, enables to use Work notes image used in Activity formatter.
glide.ui.activity.style.comments
This property allows to change the style of additional comments and provide customized background color in Activity formatter. For e.g. “background-color: WhiteSmoke”
glide.ui.activity.style.work_notes
Email Client
glide.ui.email_client.autocomplete.count
This property help to control the email client autocomplete search result behaviors. The integer value set decides the maximum number of autocomplete matches to return to the email client. If glide.ui.email_client.autocomplete.group property is turned on, in that case, email client autocomplete search result feature applies to users and groups both. However the count applies separately for users and groups.
glide.ui.email_client.autocomplete.group
This Boolean property, if set to “true”, allows to include groups in email client autocomplete results. The count set for glide.ui.email_client.autocomplete.count property applies separately for users and groups.
glide.ui.email_client.from
This property allows to override the email 'From:' address in the email client. Normally “From” field is not displayed in the email client and it uses default email property values of Outgoing email display name (glide.email.username) and User email (glide.email.user). This property, if set to “true”, activate the feature wherein an editable “From” field is displayed in the email client.
glide.ui.email_client.reply_to
This property allows to override the email 'Reply to:' address in the email client. This property , if set to “true”, activate the feature wherein 'Reply to:' address line is displayed in the email client.
Date, Time & Localization
glide.sys.date_format
This property can be used to set the date format used for date representation. (For e.g. yyyy-MM-dd) Note that MM is months, where mm indicates minutes. The format string consists of the following abbreviations: Field Full Form Short Form Year yyyy (4 digits) yy (2 digits), y (2 or 4 digits) Month MMM (name or abbr.) MM (2 digits), M (1 or 2 digits) Day of Month dd (2 digits) d (1 or 2 digits)
glide.sys.time_format
This property can be used to set the time format for time representation. (For e.g. HH:mm:ss). The format string consists of the following abbreviations: Field Full Form Short Form Hour (1-12) hh (2 digits) h (1 or 2 digits) Hour (0-23) HH (2 digits) H (1 or 2 digits) Minute mm (2 digits) m (1 or 2 digits) Second ss (2 digits) s (1 or 2 digits) AM/PM a
System, Security & Performance
glide.db.soft_join_cap
Smaller values cause the system to issue a larger number of less complex queries. Larger values reduce the number of queries at the cost of additional complexity per query. In the absence of known database issues stemming from large join counts, this property should remain unchanged. This property is used to limit database join complexity and size in a particular query. Though ServiceNow uses relational database model, however it is better to use fewer joins in order to prevent any database performance issue. By default, this parameter is set to 10 which should remain unchanged so that database queries work efficiently without any performance issue.
glide.dashboard.refresh_intervals
This property can be used to set dashboard refresh intervals in seconds (for e.g. 900,1800,3600). Accordingly refresh intervals will be available for dashboard for users.
glide.itil.assign.number.on.insert
This Boolean property can be set to turn on/off the feature to generate task number only upon insert action. This way it helps to prevent the generation of unused task numbers.
glide.sys.logout_prompt
This property can be set to prompt user for logout request confirmation.
glide.sys.servlet_path
This property can be used to set the prefix path that is used while accessing user’s ServiceNow instance.
glide.sys.sparse.update
This property can be set to allow physical update of the database only when fields have changed in value.
glide.sys.upgrade_script
This property can be set for upgrade script used in particular instance.
glide.ui.autoclose.time
This property can be used to set the number of days (integer) after which Resolved incidents are automatically closed. If set as Zero (0), it will disable this feature.
glide.ui.can_search
This property help to manage the use of Global Text Search feature in ServiceNow by allowing the access to specific roles. The list of roles is set as string in comma-separated format in this property. The default value for this property is “itil,text_search_admin,admin”
glide.use_tiny_urls
This Boolean property allow to turn on/off the feature to use tiny URLs when a redirect URL becomes too large. This ensures that URLs that are too large for Internet Explorer (greater than 2083) are not used. Instead, they are converted to a tiny URL as a workaround. Note: the original justification for this was Internet Explorer's URL length limits — IE has since been retired, but the property still applies if any client or integration you use has similar constraints.
glide.tiny_url_min_length
This property is set for minimum length of a redirect URL that is turned into a tiny URL. The default value is to 1024.