Form is taking a long time to load and redirecting to a new record after clicking on 'save' button.Issue Form is taking a long time to load and redirecting to a new record after clicking on 'save' button. Steps to Reproduce: 1) Open any record. (Example: Change Record). 2) Try to update any value and click on save. Observe that the form is redirected to a new change form.ReleaseAllCauseField values are exceeding the configured character limit. Example: The 'Change Plan' field in the change form contains '>10000' characters which exceeded the max length of the dictionary 4000.ResolutionModify the field value to contain less than or equal to the specified max length.