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
ryepesryepes 

Account Partner information on Account Details

I am trying to automate an email workflow  that pulls in the Accounts Partner on the account, however i cannot create a template that will pull this information in.. any ideas on how to get that to show on an email template?
pconpcon
If you cannot do it via the standard email flow, then you will have to either write Apex code to fill out your template and send a singleEmailMessage, or write a Visualforce email with a custom controller to pull the additional data.