When starting one service map we can see multiple business services getting updated.Issue When one Application Service is being discovered, we see other Application Services being shown as updated for Application Service List view.CauseIf the same CI exists in multiple Application Services, running Discovery on one Service will cause the other Services to be updated.ResolutionExample of how to determine if multiple Application Services shares CIs. Go to the Application Service List viewSelect on application ServiceRun discovery on the Application ServiceNote you can see multiple other Application Service being updated.Go to the Application Service form view and click on the "list cis" related listClick on the filter condition, you will see a query for a CIs within a business serviceeg; javascript:saListCis('application_service_sys_id') You can add a "and" condition to the filter and select another application service sys_id. When you run the filter condition you will then see elements that are shared between the two application services.