
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2017 06:54 AM
I have UI Pages with well over 30,000 characters, and they process just fine. If the max length of the Client Script field is 8000, how is it possible to fit my 30,000 in there?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2017 06:58 AM
Hi David,
I discovered a while back that once you get to 1,000 in a string field length (or other fields derived from string like script) that the length is unlimited. It really doesn't seem to have any impact other than to help the person looking at the dictionary say "Oh, that's a big field."
I believe the history of script fields were that they were just strings and limitations were hit when they tried 1,000 or 4,000, or 8,000 so someone just made the decision one day that all script fields should be unlimited so we never run in to problems.
That's my (unfounded) theory and I'm sticking with it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2017 06:58 AM
Hi David,
I discovered a while back that once you get to 1,000 in a string field length (or other fields derived from string like script) that the length is unlimited. It really doesn't seem to have any impact other than to help the person looking at the dictionary say "Oh, that's a big field."
I believe the history of script fields were that they were just strings and limitations were hit when they tried 1,000 or 4,000, or 8,000 so someone just made the decision one day that all script fields should be unlimited so we never run in to problems.
That's my (unfounded) theory and I'm sticking with it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2017 07:04 AM
Oh ctomasi, how I do appreciate your answer candidness. "Oh, that's a big field" had me laughing out loud
Thanks for your insight. So this leads me to my next question: what other fields give a pseudo max length declaration?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2017 07:09 AM
Hi David,
Glad I could make you laugh on a Monday.
Just the string related ones as far as I know. Not too many other fields need large values (e.g. true/false, integer, date/time, etc.)