Display or hide update set deployment permissions
Display or hide deployment permissions for update sets from the Manage Developers dialog.
Before you begin
Role required: admin
About this task
System properties control the visibility of the Publish To Update Set and Manage Update Sets permissions. By default, both deployment permissions for update sets are hidden.
Procedure
In the Navigation filter, enter
sys_properties.list.The entire list of properties in the System Properties [sys_properties] table appears.
Note: For details on how to add and enable system properties, see Add a system property.
Enable or disable specific deployment permissions by adding or updating the following system properties.
| System property | Description |
|---|---|
| com.snc.dd.manage\_update\_set\_enabled | Enables or disables display of the Manage Update Set permission.The default value of this system property is 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.The default value for this system property is 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. The default value for this system property is 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. The default value for this system property is false by default, 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. The default value for this system property is true. To disable display of this permission, set this value to false. |