Increase field label size

G Balaji
Kilo Guru

Hello,

I've a custom application implemented over a custom table. How to increase the maximum size of characters for a label? Currently I couldn't set the label for more than 72 characters. I'm not sure where this size is been configured in the system. Any pointers on this?

 

Thanks.

1 ACCEPTED SOLUTION

The SN Nerd
Giga Sage
Giga Sage

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 won't automatically receive any further updates the vendor makes on that field when you upgrade. The label field is used everywhere. I'd strongly recommend against changing this. I wouldn't modify anything on the sys_dictionary table.


ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

View solution in original post

2 REPLIES 2

The SN Nerd
Giga Sage
Giga Sage

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 won't automatically receive any further updates the vendor makes on that field when you upgrade. The label field is used everywhere. I'd strongly recommend against changing this. I wouldn't modify anything on the sys_dictionary table.


ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022