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

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?
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.