Hi there,
I'm trying to update an auto-responder email receipt template we have on file in C&P designer. The template runs off the transaction object, and is initiated when a donor's recurring donation declines. The template had three merge fields initially: contact first name + gift amount + last 4 of credit card. They all work fine.
I wanted to add another couple of merge fields - date (either of email sent, or of transaction, because the auto-responder is set up to be immediate so they should be the same) + recurring order number. But when I click "test mail", the email I get merges the original three fields fine, but the new three fields just show up as code still - not as their merged content. I tried with all the date-related merge fields available to me, and none of them populate with their field's content, they just stay as the original code in the test email.
Is this a quirk of the "test mail" function, because there's not an actual transaction to pull from? Or am I doing something wrong with the merge fields, like trying to pull from the wrong object or...?
Here's the body of the email, with the three different date merge fields I tried, for reference:
"{CnP_PaaS__CnP_Transaction__c.CnP_PaaS__Transactio nTimeZone__c}
{CnP_PaaS__CnP_Transaction__c.CnP_PaaS__Charge_Dat e__c}
<@CnP_Today_Month_Text> <@CnP_Today_Day>, <@CnP_Today_Year>
Re: Order #<@CnP_RecurringID>
Hi {Contact.FirstName},
Thank you so much for your ongoing support of Transgender Law Center's work and impact.
We're writing to let you know that our system was unable to process your recurring gift of ${CnP_PaaS__CnP_Transaction__c.CnP_PaaS__TotalCharg ed__c} on your card ending in --#{CnP_PaaS__CnP_Transaction__c.CnP_PaaS__CreditCard 4x4__c}.
There will be no further charges from TLC on this card."
Thanks in advance!
Ord ID: 00Dd0000000i8lD
Access granted.
I'm trying to update an auto-responder email receipt template we have on file in C&P designer. The template runs off the transaction object, and is initiated when a donor's recurring donation declines. The template had three merge fields initially: contact first name + gift amount + last 4 of credit card. They all work fine.
I wanted to add another couple of merge fields - date (either of email sent, or of transaction, because the auto-responder is set up to be immediate so they should be the same) + recurring order number. But when I click "test mail", the email I get merges the original three fields fine, but the new three fields just show up as code still - not as their merged content. I tried with all the date-related merge fields available to me, and none of them populate with their field's content, they just stay as the original code in the test email.
Is this a quirk of the "test mail" function, because there's not an actual transaction to pull from? Or am I doing something wrong with the merge fields, like trying to pull from the wrong object or...?
Here's the body of the email, with the three different date merge fields I tried, for reference:
"{CnP_PaaS__CnP_Transaction__c.CnP_PaaS__Transactio nTimeZone__c}
{CnP_PaaS__CnP_Transaction__c.CnP_PaaS__Charge_Dat e__c}
<@CnP_Today_Month_Text> <@CnP_Today_Day>, <@CnP_Today_Year>
Re: Order #<@CnP_RecurringID>
Hi {Contact.FirstName},
Thank you so much for your ongoing support of Transgender Law Center's work and impact.
We're writing to let you know that our system was unable to process your recurring gift of ${CnP_PaaS__CnP_Transaction__c.CnP_PaaS__TotalCharg ed__c} on your card ending in --#{CnP_PaaS__CnP_Transaction__c.CnP_PaaS__CreditCard 4x4__c}.
There will be no further charges from TLC on this card."
Thanks in advance!
Ord ID: 00Dd0000000i8lD
Access granted.
Comment