Properties installed with Collaborative Work Management
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.
These properties are available for Collaborative Work Management.
Note: To open the System Properties [sys_properties] table, enter sys_properties.list in the navigation filter.
| 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.
By default, this property is configured to include CWM task records.
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. - Type: integer - Default value: 100 - Location: System Property \[sys\_properties\] table - Role needed: sn\_cwm.cwm\_admin |
| 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. - Type: true \| false - Default value: true - Location: System Property \[sys\_properties\] table - Role needed: sn\_cwm.cwm\_admin |
| sn\_docs.is\_live\_presence\_enabled | Property to enable live presence indicators of users on a Doc page. - Type: true \| false - Default value: true - Location: System Property \[sys\_properties\] table - Role needed: sn\_docs.docs\_admin |
Parent Topic:Collaborative Work Management reference