How to create a depend Service for Event ManagementIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Description We have two Business Service that are independent of each other. We need to have A (parent)service B (child)service be associate with each other. If there is a critical alert on Business Service B we will see Business Service A affected as well. Procedure Go to the parent business service2. Go to a Ci within the map that does not have a outgoing connection. It can not be a cluster, but a component within the cluster is ok.3. Right click and add manual CI.4. Selection application service, and the business service child that will affect this parent service.5. Go into the event management dashboard and select the parent business service.6. You will not see the child service where it was added to the map7. click on the child and select the impact that child will have on the parent. ---Adjust impact rules for a CI https://docs.servicenow.com/csh?topicname=t_EMConfigureImpactRule.html&version=latest --Alert impact calculation https://docs.servicenow.com/csh?topicname=c_EMImpactCalculation.html&version=latest