Column labels with 250+ characters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 11:30 PM
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
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 11:46 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2017 12:07 AM
Unfortunately this applies to the field length, I need to change the label length.
Thanks
Harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2017 12:15 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2017 12:17 AM
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