Skip to main content

I'm trying to display a donor's receipting preference (stored on the Person Account as a checkbox __pc field) to the gift transaction, to make the donor acknowledgement processes smoother.  

 

Formula field > insert merge field was the suggestion I saw when researching, but I keep getting an error that the field doesn't exist when trying to create the formula field. 

 

I'm a new admin at my org, so may be approaching this the wrong way - does anyone have any advice for how to display the value of an account field to a gift transaction?  

 

Here's the checkbox field from the Person Account I'm attempting to mirror:

How to display a person account field on a gift transaction?And this is the error I'm getting when I try to create a Formula Field on the Gift Transaction:Screenshot 2026-07-22 at 10.32.23 AM.png

 

It sounds like __pc fields are Contact fields being reflected onto the Person Account, so I also tried Contact.Send_Mailed_Acknowledgement_Letter__pc and received the same error:

Screenshot 2026-07-22 at 10.34.54 AM.png

 

Any advice is much appreciated! 

 

#Nonprofit Cloud

3 个回答
  1. 7月22日 17:20

    The error suggests that "Account" in your formula is wrong. The documentation suggests that the lookup to the Account record on Gift Transaction is "Donor": https://developer.salesforce.com/docs/atlas.en-us.nonprofit_cloud.meta/nonprofit_cloud/npc_fundraising_api_objects_gifttransaction.htm

     

     

    Try Donor.Send_Mailed_Acknowledgement_Letter__pc and see if that resolves the issue for you.

0/9000