Medallia for Salesforce 1.27.2 release notes

Released starting 6 August 2020

Medallia strongly recommends upgrading to this release of Medallia for Salesforce.

Salesforce is auto-activating a new security update on 9 August 2020 that enforces user profile and permission set restrictions for Apex classes used by Aura and Lightning web components. More details on this feature can be found here. Users attempting to access a Lightning component (e.g., the 'Add to Program' UI functionality) that has AuraEnabled methods need access (via permissions) to the Apex classes that maintain those AuraEnabled methods.

Release highlights

  • Updated managed permission set for Medallia App User. This permission set now has access to the following Apex classes:

    • MedAccountController

    • MedAccountService

    • MedActivityWrapper

Important: If your Salesforce org has cloned the out-of-the-box permission sets for Medallia App User, you need to manually provide access to these Apex classes on the cloned permission set.

The Medallia app user (end users needing access to Medallia Lightning components) requires the following Apex Classes to be added. You can add these by going to Salesforce Setup > User > Permission Sets > Select the Permission Set you've cloned > Apex Class Access > Edit. From the Available Apex Classes pick list, choose the following Apex Classes and add them as Enabled Apex Classes. Click Save.

  • medallia_xm.MedAccountController

  • medallia_xm.MedAccountService

  • medallia_xm.MedActivityWrapper