Application System Properties

3 min read

The Quality Clouds ServiceNow Store application uses a number of system properties to control its behaviour. This page documents each variable’s purpose and its recommended setting, if any.

Property NameDefault ValueTypeComments
x_qucl_qc_snow.auto_generated.api.key.groupd1fb44b41b9ba11020b66391ec4bcb0bstringGroup for QualityClouds users. Includes access to LiveCheck functionality. All users added to this group will have an auto-generated Quality cloud API Key.
x_qucl_qc_snow.qc_admin.auto_generated.api.key.groupca7c0ec91b1b251001ef98e1b24bcba8stringGroup for QualityClouds admins. Includes access to LiveCheck functionality. All users added to this group will have an auto-generated Quality cloud API Key.
x_qucl_qc_snow.peer_review.auto_generated.api.key.group6b8c67bcdb5c3050f73b6451ca9619b7stringAll users added to this group will have an auto-generated Quality cloud API Key
x_qucl_qc_snow.write.access.usernameqc-read-writestringThe user id of the account used to notify update set LiveCheck completions. Used from version 9.6 of the application only.
x_qucl_qc_snow.write.access.password{{gpaes}}<encrypted password>passwordThe password of the account used to notify update set LiveCheck completions. Used from version 9.6 of the application only.
x_qucl_qc_snow.lc_max_items500integerMax number of items in an update set to allow synchronous Live Check and Quality Gate. Deprecated after version 9.6.
x_qucl_qc_snow.us_scan_include_all_typesFALSEtrue | falseSet to true to include all elements in an Update Set during  LiveCheck. Setting it to false increases performance but the whole Update Set content will not be reflected in the LiveCheck view. Deprecated after version 9.6.
x_qucl_qc_snow.issue_limit20integerSet the number of issues to be inserted into one Incident/Defect/Story when using the Bulk Export functionality.
x_qucl_qc_snow.qc.rest.urlhttps://api-development.qualityclouds.comstringURL for REST integration to enable easy change from PROD to DEV. Deprecated after version 9.6.
x_qucl_qc_snow.qc.apigw.urlhttps://api-development.qualityclouds.comstringURL for the Quality Clouds API Gateway. This is the main integration endpoint for the application to contact the Quality Clouds backend. Modify this only if you are hosted in single-tenant environment in the Quality Clouds backend.
glide.ui.x_qucl_qc_snow_quality_clouds_peer_review_activity.fieldsu_work_notesstringQuality Clouds Peer Review activity formatter fields
x_qucl_qc_snow.bulk_writeoff_limit50integerSet the maximum number of issues for which a bulk writeoff can be submitted in a single batch. 
x_qucl_qc_snow.ootb.messageQuality Clouds: You are viewing the definition of an Out of the Box element. Modifying this element may cause upgradeability issues.stringWarning message to avoid OOTB record modification.
x_qucl_qc_snow.app_sys_id<app_sys_id>stringSys_id of the application “Quality Clouds”. Do not modify.
x_qucl_qc_snow.logging.destinationdbstringDeprecated.
x_qucl_qc_snow.logging.verbositydebugstringDeprecated.
x_qucl_qc_snow.qc.rest.v3.urlhttps://services.qualityclouds.com/api/v3stringDeprecated.
Updated on March 21, 2025
Was it helpful ?