HomeGuidesDeveloper HubRelease Notes
Get supportBook a chat
Release Notes

Platform v2.52

Platform now includes the following changes:

  • Member Merge API: We've added two new methods to our Apex API, FieloPLT.MemberService.mergeMember and FieloPLT.MemberService.reparentRelated, and a new batch process, FieloPLT.MemberService.MemberMergeRelatedBatchSchedule, which facilitate the merging of two Members and their related records for the purposes of data deduplication.
  • New Member Statuses: We've added three new statuses to the Member object — Opt-Out, Merged and Merge Pending — for the purposes of GDPR compliance.

How to Upgrade

👍

Before Starting

Before upgrading, be sure you've followed the instructions outlined in Upgrades for every new version up to and including v2.51.

The instructions below assume you are upgrading from Platform v2.51.

To upgrade from Platform v2.51, follow these steps:

  1. Install the Platform v2.52 package in your Salesforce org.
  2. In the Libraries tab of Platform, upgrade the FieloPLT library to v3.004.
  3. In the Salesforce Object Manager, access the Member object and add the following values to the Status picklist field:
    - Opt-Out
    - Merge Pending
    - Merged

Changelog

  • added: API methods for Member deduplication (FL-4375)
  • improved: Member statuses (FL-5273)