Description field dictionary entry has a max_length value of 4000, but it allows values with more than 4000 charactersDescription The description field dictionary entry has a max_length value of 4000, but it allows values with more than 4000 characters. Only the UI interface will validate the field length. Server side operations and integrations will allow the size assigned on the database for the fields. Steps to Reproduce Navigate to an incident record.If the description field is not visible on the form, add it.Note: Make sure to confirm this field is set to type "String" and Max Length of 4000.Add more than 4000 characters to the description field and save.The system allows description value to be saved. Workaround Consider checking the length of these fields prior to inserting them. For example, create a business rule to truncate the data to the required maximum length. Related Problem: PRB667348