How to get table hierarchy in Scoped applications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2016 04:58 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2016 05:40 AM
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.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2018 06:52 AM
I tried this...now am getting GlideDBObjectManager is not allowed for scoped app...can you please let me know what is the alternative

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2018 07:49 AM
Can you share the code that is giving you issues?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2018 07:53 PM
Could you please let me know if you have any inputs for the issue