Can we increase the fields label length it's restrict max length of the label upto 80 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 11:07 PM
Hi Community,
Can we increase the fields label length it's restrict max length of the label up to 80?
Thanks,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 11:17 PM
Hi @Srinivasu2 ,
Please refer below article for the solution
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0786290
Please let me know if this helps! You can mark this answer as "Correct" if it resolves your issue, and "Helpful" if you find it valuable.
Thanks,
Astik Thombare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 11:22 PM
Hi @Srinivasu2 ,
The 'Label' field is a 'Documentation field' type on the sys_dictionary table. OOTB, Max length is 80. In theory, you *could* change the max length of that field by adding the Max length field to a list and editing it, but you shouldn't. If you modify this field, you have to own the field. You will not receive any further updates when the vendor makes any changes on this field when you upgrade.
Please check the below article for more information.
How to change the max length of a column label field - Support and Troubleshooting (servicenow.com)
Thanks & Regards,
Anitha H V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 11:25 PM
the maximum length of a field's label is indeed restricted to 80 characters by default. This limitation is imposed to maintain consistency in the user interface and prevent excessively long labels from affecting the layout of forms and lists.
However, if you have a specific requirement to increase the maximum length of a field's label beyond 80 characters, you can achieve this by customizing the platform.
length of a column label field
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 11:43 PM
Hi @Srinivasu2 ,
Please check this: https://www.servicenow.com/community/developer-forum/increase-field-label-size/m-p/1473105#M130031
Please mark this response as helpful if your question has been answered correctly.