- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2019 10:32 PM
Hi, Taking description field in Incident table as an example. I have set the Max length of description field to 4000 characters. But when i update this field through a script( i am not sure if the same happens when i update manually), i can even update 50000 characters. I dont want this to happen. Irrespective of the method of update, this description field should not take more than 4000 characters.
How do i add this restriction on the description field.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2019 12:21 AM
Hi,
Refer to these links. This gave an explanation of why certain fields it allows more than max length.
https://hi.service-now.com/kb_view.do?sysparm_article=KB0685779
If you want to override this behavior, then you shall go with client scripts and restrict input after specified no. of chars.
Mark the comment as a correct answer and helpful if it answers your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2019 12:21 AM
Hi,
Refer to these links. This gave an explanation of why certain fields it allows more than max length.
https://hi.service-now.com/kb_view.do?sysparm_article=KB0685779
If you want to override this behavior, then you shall go with client scripts and restrict input after specified no. of chars.
Mark the comment as a correct answer and helpful if it answers your question.