- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 04:18 AM
Hi there,
I have a simple question and that is, if it is possible to report at tables "sysauto" & "sys_template"?
I've tried when creating a new report, but this tables seem not available within field "Table" from wizard "Create a Report".
Thanks for the help!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 05:06 AM
@AdamUMC In order to make a table appear in the table field on the report form, you need to add the table names in a system property glide.ui.permitted_tables.
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 05:06 AM
@AdamUMC In order to make a table appear in the table field on the report form, you need to add the table names in a system property glide.ui.permitted_tables.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 06:23 AM
Thank you very much Sandeep!