Details
Description
Most major operating systems limit the length of a file name to 255 chars. When sending an email with file attachments, the attachments get saved as DataResources associated with a CommunicationEvent, with the filename being saved in the DataResource.dataResourceName field. Currently, this field is set to name, which is limited to 100 chars. These two limitations don't add up, and the field should be increased to 255 chars.