ref_ac_display_value=false Attribute continues to hide Display Value when changedDescription After an attribute on a table is set to remove the display value, it continues to remove this value even when converted to its default format. Even if you specify that the display value should be present, it does not appear. Steps to Reproduce Navigate to Incident > Open.Select any record.Clear out the value in the Caller field, if anything is present, and enter the letter a.Note that the Display value (Full Name) and Email displays.Navigate to User Administration > Users.Right-click on the header and navigate to Personalize > Dictionary.Select the sys_user option with no Column name and the Collection Type.Switch to the advanced view.Add the following to the end of the Attributes field: ,ref_ac_display_value=false The full value should be the following: iterativeDelete=true,ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter,ref_ac_columns=email,ref_ac_order_by=name,ref_ac_display_value=falseClick Save.Navigate back to Incident > Open, and open the record you had previously.Type in a in the Caller field again, and only the email appears in the Autocomplete.Navigate back to User Administration > Users, and Personalize the Dictionary again. Select the sys_user Collection record.Switch to the advanced view.Revert the change you made by removing ,ref_ac_display_value=false from the attributes.Click Save.Navigate back to Incident > Open, and open the record you had previously.Type in a in the Caller field again, and only the email appears in the Autocomplete, despite the default value being to include the display value. Navigate back to User Administration > Users, and Personalize the Dictionary again. Select the sys_user Collection record.Switch to the advanced view.Add the following to the Attributes field to add back in the Display value: ,ref_ac_display_value=trueNavigate back to Incident > Open, and open the record you had previously.Type in a in the Caller field again, and only the email appears in the Autocomplete, despite specifically specifying to include the display value. Workaround Running GlideCacheManager.invalidate(); as a background script updates the display valueRestarting the instance enables the display value to appear again (note that instance restarts can only be scheduled by filing an incident with ServiceNow Customer Support) Related Problem: PRB583881