glide.duplicate_ci_remediator.max.field_length
ServiceNow property description:
Attributes in which max_length exceeds this property value (4000 by default) are excluded from the Select Main CI, Merge Attribute Values, and Determine Duplicate CI Actions tabs in the Duplicate CI Remediator wizard. However, if the max_length for an attribute is equal to the property value, and the size of the data exceeds the property value, then the data is truncated to the property value and the attribute appears in attribute lists. This property impacts the performance of de-duplication tasks, therefore be cautious about setting this value.
Attributes
- Sys ID: 36abf27f73322300567b27b751ab9e95
- Type: integer
- Application: Global
- Default value: 4000

AI generated property description:
The ServiceNow property `glide.duplicate_ci_remediator.max.field_length` determines the maximum length of attribute values that are considered during the de-duplication process in the Duplicate CI Remediator wizard. By default, this value is set to 4000 characters. Attributes with a maximum length exceeding this property value are excluded from the "Select Main CI," "Merge Attribute Values," and "Determine Duplicate CI Actions" tabs. If an attribute's maximum length is equal to the property value but the actual data size exceeds this value, the data is truncated to the property value, and the attribute is included in the attribute lists. Adjusting this property can impact the performance of de-duplication tasks, so it should be set with caution. The property type is an integer.
Source