Configuration Link field shows as a text instead of hyperlink on list viewProblemHave a configuration link field as String type field, and a dictionary level calculated script is used to convert it from string to Hyperlink on list view. This script works in one instance but not in Production. Root CauseThe property glide.ui.security.allow_codetag was set to false.Steps to Resolve1. Go to sys_properties.list2. Search by glide.ui.security.allow_codetag3. Set the property to true4. Save5. Try to reproduce the issue and that will solve the issue.