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

Custom fields and Visualforce
We are trying to create an email form in VF that contains cross object fields. We have everything working using the {!relatedTo: }. However, we cannot get it to work on any custom fields. Is there a special way to input that in this test? {!relatedTo:account.name} would be an example of a standard field. {!relatedTo:account.customer_number__c} would be a custom field?? That errors out.
i did'nt really understand your case:(
Are you making a custom VF page and sending email through apex code?
Cool_D