Refresh impacted services properties
Summarize
Summary of Refresh Impacted Services Properties
The Refresh Impacted Services properties enable ServiceNow customers to control how impacted services are refreshed on Change requests. By configuring these properties, you can specify whether to include certain Configuration Items (CIs), how the refresh process runs, and how related service information is populated. This control helps ensure accurate and efficient impact analysis during change management.
Show less
Key Features
- Include Primary or All Affected CIs: Configure whether to check only the primary CI on the Change form or all CIs listed in the Affected CIs related list. Including all affected CIs leverages the svcciassoc table for faster, more concise service mapping.
- Background Processing: Choose to run the refresh process as a background event with completion notifications or inline within the user session without notifications.
- Service and Business Application Population: Control whether the Service Offerings and Business Applications related lists are populated or updated based on the Impacted Services/CIs.
- Conflict Impact Analysis: Enable checking of conflicting CIs against service mappings to identify directly impacted business services during change collision detection.
- User Interface Notifications: Optionally display a message on the Change request form indicating when the refresh of impacted services has been initiated.
Practical Use for Customers
By configuring these properties, customers can tailor the impacted services refresh to their environment and processes. For example, enabling inclusion of all affected CIs improves accuracy when dynamic CI groups are used. Running the refresh as a background event reduces user wait times. Populating related lists for service offerings and business applications provides clearer visibility into change impacts.
Understanding and setting these properties appropriately ensures efficient impact analysis, better communication of change effects, and smoother change management workflows within ServiceNow.
Use the refresh impacted services properties to enable or disable the refresh impacted services capability, and to configure the criteria for additional refresh impacted services properties.
- Include the primary configuration item or all the items in the Affected CIs related list.
- Processing of refreshing the impacted services as an event.
- Populate Service Offerings and Business Applications from the Impacted Services related list.
The following properties can be found in sys_properties.list and on the Change properties page.
| Property | Description |
|---|---|
com.snc.change_request.refresh_impacted.include_affected_cis |
Note:
If dynamic CI groups are used on the Change form, then this property must be
set to true as the associations are located in the svc_ci_assoc table. When a business service is converted to an application service (as an example), all the levels included in the svc_ci_assoc table are considered at the time of conversion. |
change.conflict.populateimpactedcis |
If this property is set to true, then the ChangeCollisionHelper script include checks the configuration items that have been identified in the list of conflicts against the Application services mapping table (svc_ci_assoc) and also table (cmdb_ci_service) to check if there are any business services that are directly impacted. |
com.snc.change_request.refresh_impacted.event |
|
com.snc.change_request.populate_service_offering |
|
com.snc.change_request.populate_business_application |
|
com.snc.change_request.refresh_impacted_services.message.show |
|