Refresh impacted services properties
Summarize
Summary of Refresh impacted services properties
The Refresh impacted services properties in ServiceNow allow you to enable or disable the refresh impacted services capability and configure how impacted services are identified and processed on Change requests. These properties help you control whether to include all affected configuration items (CIs) or just the primary CI, manage background processing of refresh operations, and determine how Service Offerings and Business Applications are populated from impacted services.
Show less
Key Features
- Include Affected CIs: By setting
com.snc.changerequest.refreshimpacted.includeaffectedcisto true, all CIs in the Affected CIs related list are checked against the Application services mapping table (svcciassoc) for faster and more concise service impact analysis. If false, only the primary CI on the Change form is used, traversing the CMDB tree structure viaCIUtils. - Conflict Checking: The
change.conflict.populateimpactedcisproperty enables the system to check for business services directly impacted by conflicts, using thesvcciassocandcmdbciservicetables. - Background Processing: When
com.snc.changerequest.refreshimpacted.eventis true, refreshing impacted services runs as a background event with completion notifications. If false, it runs synchronously without notifications. - Populating Related Lists: The properties
com.snc.changerequest.populateserviceofferingandcom.snc.changerequest.populatebusinessapplicationcontrol whether the Service Offerings and Business Applications related lists are automatically populated from Impacted Services. - User Notifications: The
com.snc.changerequest.refreshimpactedservices.message.showproperty controls the display of a message indicating the refresh operation has started on the Change request form.
Practical Application for ServiceNow Customers
By configuring these properties, you can tailor how impacted services are identified and processed during Change management, improving accuracy and performance. For example, enabling inclusion of all affected CIs can provide a comprehensive impact analysis, especially when dynamic CI groups are used. Running the refresh as a background event improves user experience by offloading processing and providing notifications. Managing related lists ensures that Service Offerings and Business Applications reflect current impact data, supporting better decision-making.
Adjust these settings based on your organizational needs for impact analysis accuracy, system performance, and user communication during Change processes.
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 |
|