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
Atomic1Atomic1 

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.

 

 

Cool_DevloperCool_Devloper

i did'nt really understand your case:(

Are you making a custom VF page and sending email through apex code?

Cool_D