Show related incidents dialog box doesn't show up when the incident has special icons in itDescriptionShow Related Incidents button next to Caller field populate modal when incidents where other incidents with same Caller contain special icons/characters like Emojis & UTF-16 charactersSteps to Reproduce Login to any instance where these system properties are not configured or set to false glide.util.xml.transformer.handle.utf16_surrogate_pairsglide.util.xml.transformer.donot_strip.utf16_surrogate_pairs Open any incident(new or existing) https<instance>.service-now.com/incident_list.do Copy/paste these characters into Short description field & save the form 👀💻🔬💬 Click "Show Related Incidents" next to Caller field » Expected Result: Modal populates with other incidents with same Caller→ Actual behavior: Modal never populates, just visual response from clickWorkaroundThis issue is resolved when the following System Properties(sys_properties) records value is set to true. These are set to true when your instance is first configured. glide.util.xml.transformer.handle.utf16_surrogate_pairsglide.util.xml.transformer.donot_strip.utf16_surrogate_pairs Another workaround is to target the field with the special unicode characters & remove those characters. By default, the platform will strip legal UTF16 characters (e.g., Emoji, Japanese etc.) in output string unless this property is set to true.Related Problem: PRB1405548