Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2018 06:43 PM
I'm using TableUtils in Business rule of my scoped app....I'm getting below error
GlideDBObjectManager is not allowed in scoped app
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2019 10:50 AM
var table = new GlideTableHierarchy("cmdb_ci_server");
gs.info(table.getBase())
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2018 07:23 PM
Did you checked application scope for GlideDBObjectManager
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2019 10:50 AM
var table = new GlideTableHierarchy("cmdb_ci_server");
gs.info(table.getBase())