GlideDBObjectManager is not allowed in scoped app

chidanandadhath
Kilo Guru

I'm using TableUtils in Business rule of my scoped app....I'm getting below error

GlideDBObjectManager is not allowed in scoped app

1 ACCEPTED SOLUTION

ianfhawkins
Giga Contributor

var table = new GlideTableHierarchy("cmdb_ci_server");
gs.info(table.getBase())

View solution in original post

2 REPLIES 2

kushal Tayade
Mega Guru

Did you checked application scope for GlideDBObjectManager

ianfhawkins
Giga Contributor

var table = new GlideTableHierarchy("cmdb_ci_server");
gs.info(table.getBase())