I'm trying to include an account name in an autoresponder so I can thank companies for their in-kind donations. {Contact.AccountName} does not do the trick. Nor does {CnP_PaaS__CnP_Transaction__c.CnP_PaaS__Account__c }. Is there a way to do this?
The only way I've found is to create a custom formula field in C&P Transaction that retrieves the Account Name of the associated account. My custom field is simply CnP_PaaS__Account__r.Name, leading to a custom merge field of {CnP_PaaS__CnP_Transaction__c.AccountName__c}.
The only way I've found is to create a custom formula field in C&P Transaction that retrieves the Account Name of the associated account. My custom field is simply CnP_PaaS__Account__r.Name, leading to a custom merge field of {CnP_PaaS__CnP_Transaction__c.AccountName__c}.
Comment