- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 08:01 AM
Hello All,
I came across the a requirement about increasing a field max character limit to 10000, I've been checking documentation for possible issues but so far I got no answers, does anybody has a valid reason to not do this and what could be the possible implications?
Thanks,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 12:52 AM
Hello @GM5
You can increase the max length of a string field to 10000, but then again this is controlled by the database and not restricted by the product.
4000 which is set default by system is to optimize the platform performance.
Anything above this will have impact on the platform performance.
Now again, you business requirement might ask you to have a string field with more characters, and that's why the platform allows you to set a desired value.
You can get more clarity my referring to the KB article here - Fields in ServiceNow accept string inputs greater than the sys_dictionary max_length value
Some community posts with same questions can be found here:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 12:52 AM
Hello @GM5
You can increase the max length of a string field to 10000, but then again this is controlled by the database and not restricted by the product.
4000 which is set default by system is to optimize the platform performance.
Anything above this will have impact on the platform performance.
Now again, you business requirement might ask you to have a string field with more characters, and that's why the platform allows you to set a desired value.
You can get more clarity my referring to the KB article here - Fields in ServiceNow accept string inputs greater than the sys_dictionary max_length value
Some community posts with same questions can be found here: