Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enables or disables the functionality for users to add reports to lists within the ServiceNow platform. |
| What area does it affect? |
Report Management |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when configuring report features or optimizing user report interactions. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.report.add_to_list_supported |
| Sys ID |
692df3a587103300b6db6adea6cb0bb1 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
|
| Updated |
2024-05-25 04:03:09 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... instance. Other security_admins don't see data that they don't have the right to view, but collected data is overwritten. Column view access control for list reports For list reports, the glide.report.add_to_list_supported system property enables the add_to_list access control list. This access control list (ACL) prevents users from reporting on list report columns with sensitive data. A manager can prevent users from ...
Context preview
Snippet 2
... be trademarks of the respective companies with which they are associated. 78 • Type: integer • Default value: 250 • Location: Add the property to the System Property [sys_properties] table. glide.report.add_to_list_supported Sets whether to support the add_to_list ACL for reporting on specified columns from the Available columns list when creating or sharing a list report. • Type: true | false • ...
Related properties