sa.lookup_tables.exclusion_tables_for_limited_query
ServiceNow property description:
This property is intended to complement 'sa.lookup_tables.tables_for_limited_query'. comma-separated list of table names to unlimited lookup query, We unlimited the table list, and all tables are inherited from them. The default value is empty.
Attributes
- Sys ID: 26af8f1d771a021036bc79ba2c5a992d
- Type: string
- Application: Global
- Default value: nan

AI generated property description:
The ServiceNow property sa.lookup_tables.exclusion_tables_for_limited_query defines a comma-separated list of tables that are excluded from limited lookup queries, overriding restrictions set by the property sa.lookup_tables.tables_for_limited_query. By default, this property is empty, meaning no exclusions are applied and the limited query behavior follows the configured table list. When values are added, lookup queries on the specified tables run without query limitations, and any child tables inherit the same behavior. Administrators configure this property to ensure essential lookup tables remain fully accessible even when query limits are enforced for performance or security reasons. Misconfiguration may expose large or sensitive datasets to unrestricted queries, so it should be adjusted carefully in alignment with organizational governance policies.
Source