Refresh impacted services properties
Summarize
Summary of Refresh Impacted Services Properties
This feature allows ServiceNow customers to enable or disable the refresh of impacted services on change requests and configure how the impacted services are identified and processed. Adjusting these properties helps control the scope and behavior of how impacted services, service offerings, and business applications are refreshed and displayed during change management.
Show less
Key Configuration Properties and Their Practical Use
- Include affected configuration items (CIs): The
com.snc.changerequest.refreshimpacted.includeaffectedcisproperty determines whether all CIs in the Affected CIs related list are evaluated against the Application services mapping table (svcciassoc) for impacted services, enabling a more efficient and concise service impact analysis. If set false, only the primary CI on the change form is used, using a more extensive CMDB tree traversal method. - Conflict impact population: The
change.conflict.populateimpactedcisproperty enables the system to detect business services impacted by conflicts by checking conflicting CIs against service mapping tables, enhancing conflict impact visibility. - Processing mode for refreshing impacted services: The
com.snc.changerequest.refreshimpacted.eventproperty controls whether the refresh runs asynchronously as a background event (true), providing notification upon completion, or synchronously in the user’s session without notification (false). - Service offerings and business applications population: The
com.snc.changerequest.populateserviceofferingandcom.snc.changerequest.populatebusinessapplicationproperties control whether related lists for Service Offerings and Business Applications are automatically populated from the Impacted Services/CIs related list, aiding comprehensive impact analysis. - User notification: The
com.snc.changerequest.refreshimpactedservices.message.showproperty determines if a message indicating the initiation of the refresh process appears on the Change request form, improving user awareness.
Practical Benefits for ServiceNow Customers
- Optimize impacted services refresh by including all relevant CIs or focusing on the primary CI to suit your environment and performance needs.
- Enhance impact analysis by detecting business services affected by change conflicts.
- Improve user experience with background processing and notifications for impacted services refresh.
- Automatically maintain related lists of Service Offerings and Business Applications to enrich the context of changes.
- Customize user feedback by enabling or disabling initiation messages on the change form.
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 |
|