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 feature and configure criteria for its behavior. This capability helps you manage how impacted services related to change requests are identified and updated, improving your change management processes.
Show less
Key Features
- Include primary or all Affected CIs: You can configure whether to check only the primary configuration item (CI) on the change form or all CIs listed in the Affected CIs related list. Using all Affected CIs leverages the Application services mapping table (svcciassoc) for faster and more concise service relationship lookups.
- Background processing via event: The refresh process can be run asynchronously in the background through an event, allowing users to continue working while being notified upon completion. Alternatively, it can run synchronously within the user session without notifications.
- Populate related lists: You can choose to automatically populate the Service Offerings and Business Applications related lists from the Impacted Services/CIs related list, ensuring related data stays synchronized with impacted services.
- Conflict impact checks: When enabled, the system checks configuration items involved in change conflicts against service mapping tables to identify any directly impacted business services.
- User notifications: Optionally display a message on the change request form when the refresh impacted services process is initiated, improving user awareness of background actions.
Key Outcomes
- More efficient and accurate identification of impacted services linked to change requests, especially when multiple CIs are involved.
- Improved user experience with background processing and notifications, reducing wait times during refresh operations.
- Automatic synchronization of related Service Offerings and Business Applications, helping maintain consistent and complete impact analysis information.
- Better conflict resolution insights by detecting business services affected by CI conflicts.
- Flexibility to tailor refresh behavior to your environment, including support for dynamic CI groups and different service mapping configurations.
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 |
|