Fundraising Kit for Salesforce NPSP v1.39.1 - Backend Upgrades v1.20.x
Backend upgrades are deployed automatically to all customer installations that meet the minimum requirements. This update requires the installation of the RaiseNow Digital Fundraising Kit v1.39 from the Salesforce AppExchange. Contact RaiseNow support for the installation link.
Highlights in this release:
Fundraising Kit for Salesforce NPSP v1.39.1 - Backend Upgrades v1.20.4
This update has been rolled out to all customers using v1.39.x of our managed package.
Improved contact match selection for duplicate processing
To improve data quality in Salesforce, we enhanced the selection process when multiple contact matches are returned. This improvement ensures that the contact's information is more accurate and reliable.
Notify about duplicate detected alert on contact edit
After successfully detecting already existing contacts in Salesforce, when updating the selected contact, it was possible that an exception occurred. This happened when duplicates of the contact already existed in Salesforce and, after selecting the best match, Salesforce would again report a duplicate for other possible matches when updating the contact with information provided in the donation record. This exception is now caught. If an additional duplicate detected alert appears during the contact editing process we notify you of the failed update and provide all contact field details from the associated donation record for review.
{
"RaiseNow__Ignored_Fields__c": "{\"CurrencyIsoCode\": \"EUR\", \"LastName\": \"Doe\", \"MailingCity\": \"Zürich\", \"MailingCountryCode\": \"CH\", \"MailingPostalCode\": \"8005\", \"MailingStreet\": \"hardturmstr. 101\", \"RaiseNow__Language__c\": \"en\", \"Salutation\": \"Mr.\" }",
"RaiseNow__Matched_Record_Entity_Type__c": "Contact",
"RaiseNow__Matched_Record_Identifier__c": "{{SF_ID}}",
"RaiseNow__RaiseNow_Record_Identifier__c": "{{RNW_SUPPORTER_UUID}}",
"RaiseNow__Report_Message__c": "Contact fields were not updated due to an additional duplicate detected alert received on contact update."
}
Bugfixes and small improvements
- Delivery of
RaiseNow__Attachment__c
field in Direct Debit subscription creation was missing. - We fixed a bug that caused original values to be overwritten during reversal delivery. Now, original values are retained as expected.
- Bugfix on processing of recurring charges from RaiseNow Manager.
Fundraising Kit for Salesforce NPSP v1.39.1 - Backend Upgrades v1.20.3
This update has been rolled out to all customers using v1.39.x of our managed package.
Alignment with dedicated fields for reversals on the transaction objects
Alignment on setting the two new fields on the RaiseNow__Transaction__c
object providing reversal information about the specific transaction.
RaiseNow__Transaction__c.RaiseNow__Reversal_Report__c
RaiseNow__Transaction__c.RaiseNow__Reversal_Report_Identifier__c
This provides a new related list to RaiseNow__Reconciliation_Report__c
for Reversal Transactions
. You may want to display it in the page layout.
Get ready for community fundraising with Koalect
Alignment on setting the two new fields to transfer donation meta data to Salesforce, provided with payments received through the Koalect platform.
Opportunity.RaiseNow__Attachment__c
npe03__Recurring_Donation__c.RaiseNow__Attachment__c
Two new fields to transfer donation meta data to Salesforce, provided with payments received through the Koalect platform.
Bugfixes and small improvements
- An edge case was identified and fixed that occurred when RaiseNow queried Salesforce with two different requests for the same object in close succession - race condition.