change.conflict.mode
ServiceNow property description:
CI conflict check mode. Basic mode only checks the change's CI. Advanced mode checks the entire Affected CIs related list (the change's CI will be automatically added to the related list)
Attributes
- Sys ID: 8839089d0a0a2c3e22a1770ed1b7ecc4
- Type: choice list
- Application: Global
- Default value: advanced

AI generated property description:
The `change.conflict.mode` property in ServiceNow determines the mode of conflict detection for change requests. According to the provided documentation, this property can be set to different values to specify how conflicts are identified and managed. The available modes include "off," which disables conflict detection, "simple," which checks for conflicts based on a basic set of criteria, and "advanced," which uses more complex rules and conditions for conflict detection. This property is crucial for ensuring that change requests do not negatively impact other scheduled changes or existing services. Proper configuration of `change.conflict.mode` helps in maintaining the stability and reliability of IT services by preventing overlapping or conflicting changes.
Source