Description
Because the email client from an incident form posts the Work Notes or customer-visible Additional Comments content into the target URL of the email form, the form fails to open when the fields contain an excessive amount of text.
Steps to Reproduce
-
Navigate to Incident > Open and open an existing incident.
-
Insert into the Work Notes or customer-visible Additional Comments field text consisting of approximately 6,000 characters.
Do not save or update.
-
Click … at the top of the incident and click Email.
A blank form displays and fails to prepare the email quick message as expected.
The relative part of the URL that is produced resembles the following example:
/email_client.do?sysparm_table=incident&sysparm_sys_id=3da8ff69093c6180196cbf23d96b21ab&sysparm_target=incident&sys_target=incident&sys_uniqueValue=3da8ff69093c6180196cbf23d96b21ab&sys_row=0&sysparm_encoded_record=&incident.work_notes=.......[long text]......&sysparm_domain_restore=false&sysparm_stack=no
where .......[long text]...... is the entire untruncated content of the Work Notes or Additional Comments field.
Workaround
Related Problem: PRB636111