You need to sign in to do that
Don't have an account?
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" >
<messaging:attachment filename="Order - {!UPPER(relatedTo.Account_vod__r.Name)}.xls" >
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.