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

AdamUMC
Giga 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!