Properties installed with Collaborative Work Management
Summarize
Summary of Properties Installed with Collaborative Work Management
This document outlines the system properties available for configuring Collaborative Work Management (CWM) in ServiceNow. These properties allow administrators to customize the CWM experience, manage user access, and enhance functionality within the workspace.
Show less
Key Features
- sncwm.requestroleaccess: Controls visibility of the Request Access button for non-CWM users. Default is hidden; setting to true triggers an event for access requests.
- sncwm.recordmentionconfig: Configures the ability to mention ServiceNow AI Platform records in CWM Docs. Initially set to include CWM task records, it can be updated to include other records like Incident.
- sncwm.includeadditionalassignee: Displays tasks in My Work for users added as Additional assignees, expanding task visibility beyond the Assigned to field.
- sncwm.connectworkimportlimit: Sets the maximum number of items that can be imported to a CWM Board via the Connected work feature, with a default of 100.
- sncwm.agileenabled: Enables Agile features in CWM, allowing the creation of agile items and sprint planning when set to true.
- sndocs.islivepresenceenabled: Activates live presence indicators for users on Doc pages, enhancing collaboration.
Key Outcomes
By configuring these properties, ServiceNow customers can tailor their Collaborative Work Management environment to better meet their organizational needs, enhance user interactions, and streamline workflows. Understanding these settings ensures optimal use of CWM functionalities and improves overall productivity within teams.
System properties that you can configure to include other ServiceNow AI Platform records in CWM Docs and modify the way non-CWM users request access to the workspace.
| Property | Description |
|---|---|
| sn_cwm.request_role_access | Property to show or hide the Request Access button for non-CWM users in the workspace. By default, the button is hidden. When this property is set to true, an event sn_cwm.REQUEST_ROLE_ACCESS is raised. Admins can
configure this event to trigger one of the following workflows, allowing the non-CWM user to request access to the workspace.
|
| sn_cwm.record_mention_config | Property to configure mentioning any ServiceNow AI Platform record within Docs pages of CWM workspace.
To include any other ServiceNow AI Platform record, update the property. For example, to reference the Incident records in the Docs pages, update the Value field of this property to include the Incident table. The updated Value field would include the configuration for CWM task records and Incident records: |
| sn_cwm.include_additional_assignee | Property to display tasks assigned to the user in My Work, when the user is added to the Additional assignee field. By default, My Work displays only tasks where the user is listed in the Assigned to field. When this property is set to true, it includes all tasks assigned to the user through either the Assigned to field or the Additional assignee field.
|
| sn_cwm.connect_work_import_limit |
Property to configure the maximum number of items that can be imported to a CWM Board for the first time when using the Connected work feature.
|
| sn_cwm.agile_enabled |
Property to control Agile-related features for CWM. If set to true, then agile items like Story and Epic can be created in a CWM Board and Sprint planning feature will be enabled.
|
| sn_docs.is_live_presence_enabled |
Property to enable live presence indicators of users on a Doc page.
|