You need to sign in to do that
Don't have an account?

Visualforce Email Template : Error occurred trying to load the template for preview.
Hi,
Earlier, i created a visualforce email template which used apex:outputField to bind to custom object fields.
I did a Managed release and the email template worked fine.
Now when i tried to modify the email template, getting below error message
Error occurred trying to load the template for preview. Read access not found for Custom Object for <<custom object>>.
When apex:outputText is used, it works fine.
Does anyone know why apex:outputField is not working?
Is it due to Winter'11 changes done by salesforce?