Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

CMDB Health completeness scorecard config

kirandhobale
Tera Contributor

In ServiceNow CMDB health completeness scorecard, I want to show only ci classes for which we have configured recommended fields in ci class manager instead of showing all ci classes.
How this can be configured?

If we can use health inclusion rule, how to apply filter and like on which classes or on base ?

Or is there any alternate way

5 REPLIES 5

Vishnu-K
Kilo Sage

Hi @kirandhobale ,

Use a Health Inclusion Rule configured on the base table (cmdb_ci) for the Completeness metric. Apply a filter on sys_class_name to include only those CI classes where recommended fields are configured. This ensures the scorecard shows only relevant classes instead of all CI classes.And make sure use only "is" condition not "is a" condition.

If it helped you please do mark it as helpful and accept the solution

 

Thanks,

Vishnu