How to change the max length of a column label fieldIssue While trying to set the field label for a field to be more than 80 characters, it truncates the label field to 80 characters. ReleaseAnyCauseThese fields are core out-of-the-box elements protected from migration via update sets and amending them may result in issues in the future as you upgrade your instance.ResolutionQ. Is this considered best practice and if not what would be the correct way to approach this?A. Increasing the max length of a column label is NOT recommended. These are core items that have instance wide impact and changing them may cause issues in the future when upgrading your instance. There are other options such as: If you want users and customers to enter data into fields of a record, use a record producer.The Catalog Builder tool can create a Record Producer for any task-based table and you can select columns to add as Variables to the Record Producer. The Variables each have a "Question" field that has a default length of 255 characters and can be used to prompt the user with a question. For more info on these tools, see the following documentation links.Catalog Builder | Record Producer | Service Catalog Variables | Creating Record Producers From TablesIf you have a high level user / admin that wants to know more info about a field's data, add hints to the label field.The Hint field can be used to show longer text when a user hovers their mouse over a field label.Change Field Label Or Hint If there is no other option then please contact technical support for assistance and reference this KB. Q. Is there a way to just change the column label max length just for this form or will it need to be global? A. No, there is no way to change the length for a single form or table. This will be a global change to your whole instance. Q. Will this have any effect to the width of this field in other locations? A. Yes, this will impact all table column labels across the your instance.