Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Is reporting at tables "sysauto" & "sys_template" possible?

AdamUMC
Tera Guru

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!

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@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.

 

Screenshot 2023-06-14 at 5.34.20 PM.png

Hope this helps.

View solution in original post

2 REPLIES 2

Sandeep Rajput
Tera Patron
Tera Patron

@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.

 

Screenshot 2023-06-14 at 5.34.20 PM.png

Hope this helps.

Thank you very much Sandeep!