Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

sys_journal_field not available in REST api

JusCuz
Tera Guru

Hopefully someone has some insight to this..... in the REST api explorer, I am unable to query the sys_journal_field table, it just doesn't show up in the list. I have verified that the 'Allow access to this table via web services' checkbox is checked on the table. Is there anything else I should be checking? I am an admin on the instance, I have gotten the same results in my community developer instance as well.

Capture.PNG

1 ACCEPTED SOLUTION

Hi Jason,



There is a glide property that can be used to allow "sys_" tables to be displayed in the REST API Explorer:


glide.ui.permitted_tables



This is really only a UI issue, so you can still use the sys_journal_field when using other REST clients, even without changing this property.



So, just find this system property, and add any "sys" tables you want displayed.



Marty


View solution in original post

6 REPLIES 6

Hi Jason,



There is a glide property that can be used to allow "sys_" tables to be displayed in the REST API Explorer:


glide.ui.permitted_tables



This is really only a UI issue, so you can still use the sys_journal_field when using other REST clients, even without changing this property.



So, just find this system property, and add any "sys" tables you want displayed.



Marty


THAT is what I was looking for, thank you Marty