ServiceNow Studio properties
Configure system properties to control ServiceNow Studio application behavior and delegated development deployment. Access ServiceNow Studio system properties by navigating to All > sys_properties.list.
| System property | Description |
|---|---|
| sn\_devstudio.servicenow\_studio\_banner.enable | Shows the banner for navigating to ServiceNow Studio from App Engine Studio or legacy Studio. Set to false to hide the banner.- Type: true \| false - Default value: true - Location: System Properties [sys_properties] table |
| sn\_sns.is\_app\_summarization\_disabled | This property is not included by default in the ServiceNow AI Platform. To disable Now Assist app summary generation in ServiceNow Studio, create a new property on the System Properties [sys_properties] table named sn_sns.is_app_summarization_disabled and set the value to true. |
| sn\_udc.smaller\_app\_files\_count\_threshold | Determines the number of files an app can contain and still be treated as a small app in the file navigator. Small apps load all files at once in the file navigator; large apps load a subset of the files on open.- Admin: Less than or equal to 2300 files - Delegated developer: Less than or equal to 1150 files |
| Property | Description |
|---|---|
| com.snc.dd.manage\_update\_set\_enabled | Enables or disables display of the Manage Update Set permission. Delegated developers cannot see the update sets list unless this property is set to true.- Type: true \| false - Default value: false - To enable the display of this permission, set this value to true. |
| com.snc.dd.publish\_to\_app\_repo\_enabled | Enables or disables display of the Publish To App Repo permission.- Type: true \| false - Default value: true - To disable display of this permission, set this value to false. |
| com.snc.dd.publish\_to\_app\_store\_enabled | Enables or disables display of the Publish To App Store permission.- Type: true \| false - Default value: true - To disable display of this permission, set this value to false. |
| com.snc.dd.publish\_to\_update\_set\_enabled | Enables or disables display of the Publish To Update Set permission.- Type: true \| false - Default value: false, which disables display of this permission. - To enable the display of this permission, set this value to true. |
| com.snc.dd.upgrade\_app\_enabled | Enables or disables display of the Upgrade App permission.
|
Parent Topic:ServiceNow Studio reference