CMDB Health Dashboard : CMDB Health Result in Domain Separated EnvironmentIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Overview Please review our documentation to know more about CMDB health jobs: Domain separation in CMDB Health. After CMDB health jobs are completed successfully, we can see health result records are shown with the Same CI, Same Task number and for the same metric in different domains. Cause Since scheduled jobs are not domain separated currently each Dashboard job run finds health results and scores for all domains together. As the job loops through each domain, it creates a separate set of cmdb_health_result records based on the rules in that domain (orphan/staleness/recommended). Refer to screenshot below. This means for a CI there might be one cmdb_health_result record for each domain the CI is visible in There is an ACL on the cmdb_health_result so that a user can see the cmdb_health_results only for the domain of the session it is logged into. We have an ACL which is trying to hide them based on the Users Domain. If I deactivate it, I can see all domains: https://<instance-name>.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=dfac9f11d7011200c1ed0fbc5e6103b8 In this ACL, it's calling a script include which is allowing to show the records as per users specific domain: https://<instance-name>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=be7d6fb4d72212004b2fa5f75e610333