Hi,
Is it possible to use the contact info fields from the Transaction object (CnP_PaaS__CnP_Transaction__c) instead of the contact object when creating a receipt template in C&P Designer? I don't see those fields listed "Transaction Fields" in the available merge fields in C&P designer. I tried getting the field names off of the object and putting them in manually, such as {CnP_PaaS__CnP_Transaction__c.CnP_PaaS__first_name __c} -- but that didn't appear to work when I tested the template. Is there something else I need to do to pull the contact info from the Transaction into the receipt?
The reason that I want to use the contact information on the Transaction object instead of the Contact object is because my organization currently has semi-automatic contact creation turned on. I like this feature because it prevents the creation of dupes, but it creates a problem with the autoresponder, because the auto responder fires as soon as we process a temporary contact-- before we can move any updated email or mailing/billing address information over from the C&P Alias to the Contact record. This means that the auto-responder sends out a thank you/receipt with the address that we previously had in the database, even if the contact provided new information with this donation. It seemed to me that the best way to resolve this would be to pull data directly from the fields on the Transaction object, and not use the Contact object for this information for the thank you auto-responder. Can you let me know how to do this?
Thanks for your help!
Kestryl
Is it possible to use the contact info fields from the Transaction object (CnP_PaaS__CnP_Transaction__c) instead of the contact object when creating a receipt template in C&P Designer? I don't see those fields listed "Transaction Fields" in the available merge fields in C&P designer. I tried getting the field names off of the object and putting them in manually, such as {CnP_PaaS__CnP_Transaction__c.CnP_PaaS__first_name __c} -- but that didn't appear to work when I tested the template. Is there something else I need to do to pull the contact info from the Transaction into the receipt?
The reason that I want to use the contact information on the Transaction object instead of the Contact object is because my organization currently has semi-automatic contact creation turned on. I like this feature because it prevents the creation of dupes, but it creates a problem with the autoresponder, because the auto responder fires as soon as we process a temporary contact-- before we can move any updated email or mailing/billing address information over from the C&P Alias to the Contact record. This means that the auto-responder sends out a thank you/receipt with the address that we previously had in the database, even if the contact provided new information with this donation. It seemed to me that the best way to resolve this would be to pull data directly from the fields on the Transaction object, and not use the Contact object for this information for the thank you auto-responder. Can you let me know how to do this?
Thanks for your help!
Kestryl
Comment