glide.ui.list.allow_extended_fields
ServiceNow property description:
Allow base table lists (task, cmdb_ci, etc.) to include extended table fields (incident_state, os_version, etc.), and allow filtering on extended table fields.
Attributes
- Sys ID: ae30181a0a0a0b240092563a6bcce2f6
- Type: true | false
- Application: Global
- Default value: true

My personal property description:
The glide.ui.list.allow_extended_fields property in ServiceNow determines whether fields from extended tables can be displayed in list views. When set to true: You can add fields from extended tables to list views, making it easier to see related information directly in the list without navigating to individual records. When set to false: Only fields from the base table will be shown in list views, which can limit visibility of some related data. This property is useful for customizing and enhancing list views to show more comprehensive data, especially in complex environments with extended table.

AI generated property description:
The ServiceNow property `glide.ui.list.allow_extended_fields` enables the inclusion of fields from extended tables in base table lists, such as task or cmdb_ci. This means that fields like `incident_state` from the Incident table or `os_version` from the Configuration Item table can be displayed in lists of their respective base tables. Additionally, this property allows users to filter records in these base table lists based on the values of the extended table fields. This functionality enhances the flexibility and usability of list views by providing more comprehensive data visibility and filtering options. For more detailed information, you can refer to the ServiceNow documentation on accessing fields from extended tables in visualizations and dashboards.
Source