function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jha dilipJha dilip 

filename in visualforce email template attachment not allowing field value

filename in visualforce email template attachment not allowing field value in it when receiving email as attachment in outlook and if it is in local language. please anybody can suggest we are using visualforce template. this is the syntax which we are using

<messaging:attachment filename="Order - {!UPPER(relatedTo.Account_vod__r.Name)}.xls" >
pconpcon
If you do this without using the field value (try with just plain text) does it work?  You may end up having to encode tthe Name to make it work if there are special characters.