What table and field stores the "Description" that is specified in CI Class Manager?

Paul Coste2
Giga Expert

The CI Class Manager contains a field for providing a Description of the class.  The out of box classes in ServiceNow do not provide any data in this field.  This field was added along with the CI Class Manager, but I cannot figure out where it exists?  I have looked in sys_glide_object, sys_db_object, and sys_class_name, tables and I cannot find any dictionary entries for the Description field.  I would like to populate this field and make use of in in managing the configuration model in my CMDB.

1 ACCEPTED SOLUTION

Jeff Currier
ServiceNow Employee
ServiceNow Employee

cmdb_class_info.list will give you this.  Or CMDB Class Information

 

Like you say, it is mostly blank for the out of the box classes

View solution in original post

7 REPLIES 7

Jeff Currier
ServiceNow Employee
ServiceNow Employee

cmdb_class_info.list will give you this.  Or CMDB Class Information

 

Like you say, it is mostly blank for the out of the box classes

Paul Coste2
Giga Expert

Thanks for the quick reply!

Paul Coste2
Giga Expert

Dang! Only one field?  Why not just add this to sys_db_object I wonder?  Probably so different access can be granted to the class metadata.  It begs the question, though, why more metadata fields weren't added.  So many possibilities here to provide more metadata around the configuration model.

I cannot answer the why, sorry.  It is extended from sys_metadata which makes me think they may add more to this someday.  I agree, the opportunity to do more here clearly exists.  Even the fact that the description isn't populated makes me think this was added and then either abandoned or just stalled.  Hard to know the full intent.