Property reference

glide.ui.permitted_tables

The glide.ui.permitted_tables property specifies which system tables can be included in reports. By default, system tables are excluded from reporting, so this property is essential for enabling report generation on specific tables.

Default: sys_db_object,sys_user,sys_audit,sys_user_group,sys_user_grmember,sys_dictionary,sysapproval_approver,sys_user_has_role,sys_group_has_role,sys_user_delegate,sys_report_page_hdrftr,sysapproval_group,sys_api_stats,sys_api_stats_requestor,sys_api_stats_requestor_monthly,v_api_stats_requestor,sys_portal_page,sys_report,sys_alias,sys_complex_object_output_strategy,sys_upgrade_history_log,sys_hub_flow,sys_hub_action_type_definition,sys_aw_master_config,sys_ux_app_config,sys_ui_page,sys_ux_page_registry,sys_user_has_license,sys_di_task Type: string Application: Global

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 defines a comma-separated list of reportable system tables, allowing for customized reporting capabilities within the ServiceNow platform.
What area does it affect? Reporting and Analytics
What does the default mean? The default value is "sys_db_object,sys_user,sys_audit,sys_user_group,sys_user_grmember,sys_dictionary,sysapproval_approver,sys_user_has_role,sys_group_has_role,sys_user_delegate,sys_report_page_hdrftr,sysapproval_group,sys_api_stats,sys_api_stats_requestor,sys_api_stats_requestor_monthly,v_api_stats_requestor,sys_portal_page,sys_report,sys_alias,sys_complex_object_output_strategy,sys_upgrade_history_log,sys_hub_flow,sys_hub_action_type_definition,sys_aw_master_config,sys_ux_app_config,sys_ui_page,sys_ux_page_registry,sys_user_has_license,sys_di_task", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring reporting needs or adjusting which tables should be reportable.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.permitted_tables
Sys ID c3dee8670a0a0aa70064b48de5ad973e
Type string
Application Global
Default value sys_db_object,sys_user,sys_audit,sys_user_group,sys_user_grmember,sys_dictionary,sysapproval_approver,sys_user_has_role,sys_group_has_role,sys_user_delegate,sys_report_page_hdrftr,sysapproval_group,sys_api_stats,sys_api_stats_requestor,sys_api_stats_requestor_monthly,v_api_stats_requestor,sys_portal_page,sys_report,sys_alias,sys_complex_object_output_strategy,sys_upgrade_history_log,sys_hub_flow,sys_hub_action_type_definition,sys_aw_master_config,sys_ux_app_config,sys_ui_page,sys_ux_page_registry,sys_user_has_license,sys_di_task
Description List of system tables (beginning with "sys_", comma separated), that are reportable. By default, system tables are not reportable.
Updated 2024-06-08 07:41:34

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... not limited to: • Log [syslog] • Transaction Log [syslog_transaction] • Attachment [sys_attachment] • Email [sys_email] If you must report on a system table, you can add it to the glide.ui.permitted_tables system property. Several system tables are listed in this property by default. Only admin users can create reports on the tables permitted in this property. Use extreme caution when creating ...