Platform v2.52
June 29th, 2018 by María Virginia Bustos
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 StartingBefore 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:
- Install the Platform v2.52 package in your Salesforce org.
- In the Libraries tab of Platform, upgrade the FieloPLT library to v3.004.
- 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)
