suzannesmit
ServiceNow Employee

"Everyone has a "risk muscle." You keep it in shape by trying new things. If you don't, it atrophies. Make a point of using it at least once a day."

-Roger von Oech

In a blog post a couple of months ago, I talked about ServiceNow system properties, specifically how to use them and how to create them. Our new Fuji product release contains 17 new and useful system properties that you should know about. Here's a bit about each.

System PropertyDescription

com.glide.loader.allow_along_column_names

Controls if header names in imported files can exceed 30 characters.

glide.discovery.software_sccm_managedDesignates if Discovery populates the CMDB with Windows software for computer CIs that are already managed by SCCM.
glide.email.inbound.calendar_behaviorSpecifies how the system stores calendar data.
glide.email.inbound.conver_html_line_attachment_referencesSpecifies whether to convert inbound email HTML so email images appear in the activity formater and email HTML body preview.
glide.email.outbound.max_body_bytesSets the maximum body size in bytes allowed per outbound email.
glide.import_set_insert_serialized_when_no_coalesceControls the processing of web service import sets that have no coalesce fields defined.
glide.knowman.search.articles_per_pageControls the maximum number of results that can appear on a single page when searching a knowledge base.
glide.knowman.search.pinned_articles_max_numberControls the maximum number of pinned articles that can appear on a single page when searching a knowledge base.
glide.rest.apis.disabledControls which REST APIs are available on the instance, along with glide.rest.apis.enabled.
glide.rest.apis.enabledControls which REST APIs are available on the instance, along with glide.rest.apis.disabled.
glide.rest.outbound.debugLogs all stages of outbound REST processing, including processing times.
glide.rest.outbound.ecc_response.timeoutThe maximum amount of time to wait for a response when sending an outbound REST message.
glide.rest.outbound.ecc_response.timeoutTruncates legend labels for left or right legend alignment for all chart sizes except large charts. Prevents shrinking of charts in case of long labels.
glide.chart.label.legend.truncate_to.largeTruncates legend labels for left or right legend alignment for all chart sizes except large charts. Prevents shrinking of charts in case of long labels.
glide.ui.list.detail_rowEnables or disables detail rows in lists.
glide.ui.personalize_form <--Enables or disables the form personalization feature.
glide.ui.personalize_form.role <--Determines which roles users must have to personalize forms.

In addition to new properties, 12 existing properties have been modified in the Fuji release:

System PropertyDescription and Fuji Changes
com.glide.email.max_body_bytesSets the maximum body size in bytes allowed per inbound email. Starting with the Fuji release, the new default value is 1048576.
com.snc.pa.chart_default_color_schemaDefault chart color scheme. For new ServiceNow instances starting with the Fuji release, the default value is Default UI14.
glide.email.reply_subject_prefixSpecifies the list of prefixed in the subject line that identify an email reply. Starting with the Fuji release, the new default value is: re:,aw:,r:,Accepted:,Tentative:,Declined:
glide.imprt_set_insert_serialized. <table name>Controls the processing of web service import sets. Starting with the Fuji release, this property replaces the glide.soap.import_set_insert_serialized. <table name> property.
glide.ldap.binary_attributesList of LDAP attributes that should be converted from binary format to encoded64 strings. Starting with the Fuji release, you can set this property for a MID Server to import BLOB data through a MID Server.
glide.pop3.reply_separatorsSpecifies the comma-separated list of separators that cause the instance to disregard everything below the text string in the message body. Starting with the Fuji release, unicode encoding is supported.
glide.report.use_charting_v2Enables or disables the new charting engine when the plugin is activated. Starting with the Fuji release, Report Charting v2 is automatically used on upgrading your ServiceNow instance. Therefore, the system property glide.report.use_charting_v2 is deprecated.
glide.report.new_home.heavySets the number for the top reports that take the most time to be generated. Starting with the Fuji release, these are displayed on Heavy tab of the report_admin's homepage.
glide.report.new_home.most_usedSets the number for the top most used reports. Starting with the Fuji release, these are displayed on Most used tab of the report_admin's homepage.
glide.report.new_home.unusedSets the number for unused reports. Starting with the Fuji release, these are displayed on the Unused tab of the report_admin's homepage.
glide.soap.import_set_insert_serialized. <table name>Controls the processing of web service inserts, including REST imports. Starting with the Fuji release, this property was replaced with import_set_insert_serialized.<table name>.
glide.soap.request_processing_timeoutSpecify the maximum number of seconds an inbound SOAP request has to finish processing before the connection times out. Starting with the Fuji release, the default is 60.

For more details about these new and changed system properties, see Available System Properties in the product documentation.


There are also some new and changed service catalog properties in the Fuji release. If you are interested in learning more about them, see Service Catalog Properties in the product documentation.


2 Comments