Changing Dictionary Attributes does not affect Glide variables when rendering in the UI until restarting the nodeDescriptionWhen you change a sys_dictionary's Attributes values and then attempt to render a page that loads a Glide variable that is affected by the Attributes on that Dictionary record, the value you set in Attributes is not present. cache.do and hard browser cache refresh have no effect. Only after restarting the node do the changes begin to render properly on the Glide variable.Steps to Reproduce Go to /sys_dictionary_list.do and search for the entry with the following values: table = sys_usertype = collectionAttributes contains "ref_auto_completer=AJAXTableCompleter" Change the Reference auto completer attribute from AJAXTableCompleter to "MY_NEW_BETTER_VALUE" and click Update. Confirm that sys_schema_attribute_m2m now contains a record where value = "MY_NEW_BETTER_VALUE". Render the associated Glide variable. Navigate to Automated Test Framework > Tests, start a new test record and click Save.On the saved Test form, click Add Test Step.Select Server > Impersonate and click the Next button. Inspect the User field input element and look at the DOM. Instead of the data-completer value having changed to MY_NEW_BETTER_VALUE, it remained AJAXTableCompleter. WorkaroundFor an immediate fix, you can flush the cache by running gs.invalidateCache(). However, this can cause a performance degradation of the node and should be done only if you need urgent relief. Related Problem: PRB1034023