Column labels with 250+ characters

Harry Campbell2
Mega Guru

Hello All,

I am building a custom application and I require some form fields to have a field label of 250+ characters. Is it possible to do this for one table/application only?

Thanks

Harry

7 REPLIES 7

amlanpal
Kilo Sage

Hi Harry,



I believe you will get your answer in this thread where the same query was answered. change the label field length in short description in incident



I hope this helps.Please mark correct/helpful based on impact


Unfortunately this applies to the field length, I need to change the label length.



Thanks


Harry


I think, it's not a good idea to have a long labels names. We can instead have display message, alerts as alternatives to avoid longer field label.



Display Field Messages - ServiceNow Wiki


Field Label Help - ServiceNow Wiki


Scripting Alert, Info, and Error Messages - ServiceNow Wiki



Please check this as well if it helps:


How to change label size. field type is string and its label default size is 80...please help me out



Please let us know your use case?


Hi Harry,



My bad, I misunderstood your query.



The Column Label of any table/application is nothing but a field of the Dictionary Entry (sys_dictionary) table. The default Max Length of the 'Column label'   field is 80. Now, if you change the default value this will be applicable globally. In Short, NO It is not possible to change the Label length for any particular table/application.



I hope this helps.Please mark correct/helpful based on impact