glide.identification_engine.skip_duplicates
ServiceNow property description:
Controls how identification processes a small set of duplicate CIs. When true: If the number of duplicate CIs is less than the threshold specified by glide.identification_engine.skip_duplicates.threshold, then one of the duplicate CIs is picked as a match and gets updated. For the rest of the duplicate CIs, the cmdb_ci's duplicate_of field is set to the appropriate master CI. When false: Matching a CI fails, and an error is logged.
Attributes
- Sys ID: 8ff672fb73322300567b27b751ab9e9d
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.identification_engine.skip_duplicates` controls the behavior of the identification engine when it encounters a small set of duplicate Configuration Items (CIs). When this property is set to true, and the number of duplicate CIs is below the threshold defined by `glide.identification_engine.skip_duplicates.threshold`, one of the duplicate CIs is selected as a match and updated, while the `duplicate_of` field for the remaining duplicates is set to the master CI. If the property is set to false, the identification process fails to match the CI, and an error is logged. This property is of type Yes/No and defaults to Yes. This setting helps manage duplicate CIs efficiently by either resolving them automatically or flagging them for manual intervention.
Source