The CreatorCon Call for Content is officially open! Get started here.

How to get table hierarchy in Scoped applications

Sandeep132
Kilo Sage

Hi all,

I am trying to get table hierarchy for a particular table using TableUtils script include. This is working fine for Global applications. If i apply the same for scoped applications i am getting "Illegal access to Script include" error because the TableUtils script include is restricted to only Global application.

Is there any other way to access the table hierarchy in scoped applications?

Thanks.

6 REPLIES 6

Chuck Tomasi
Tera Patron

You could try taking the contents and making your own copy of TableUtils. There are some statements like gs.log() that would need to be changed to gs.info() (or debug/warn/error if you prefer.)


I tried this...now am getting GlideDBObjectManager is not allowed for scoped app...can you please let me know what is the alternative

Can you share the code that is giving you issues?

Could you please let me know if you have any inputs for the issue