glide.ui.escape_html_list_field
ServiceNow property description:
Escape HTML for HTML fields in a list view
Attributes
- Sys ID: b2cd46a60a0a0baa6a050c2e6de902cf
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.ui.escape_html_list_field` is used to control whether HTML content in list fields is escaped to prevent the execution of potentially harmful scripts. When this property is enabled, HTML tags in list fields are converted to their corresponding HTML entities, ensuring that the content is displayed as plain text rather than being rendered as HTML. This enhances security by mitigating the risk of cross-site scripting (XSS) attacks. The property is particularly useful in environments where users can input HTML content, as it ensures that such content is safely displayed in list views. Disabling this property would allow HTML content to be rendered, which could pose security risks if the content is not properly sanitized.
Source