Currently it is not possible to upload files where the filename contains special characters like !*'();:@&=+$,/?#[]. Example: You want to add an attachment to a customer record or a sales invoice and the file name contains an '@' symbol. If you try to upload a file that contains such a character in the filename, you will get a strange error message: In V11: "Copy unsuccessful"In PU9: "Address overflow signal" We should either: - Enhance the runtime to be able to manage special characters or - Show an appropriate error message that a normal user can understand (e.g. "File name must not contain special characters")
Implemented 2023 R1, 2023 R2