Issue
In the Winter '21 Release, Salesforce is enforcing “Critical Update: Ensure Users Have Access to @AuraEnabled Methods." A discussion of this change, along with instructions for addressing this issue both for your own components and for managed packages, can be found here: https://admin.salesforce.com/blog/2020/critical-update-ensure-users-have-access-to-auraenabled-methods.
In order to use Lightning components, Full Circle users must first be granted explicit access permission to all of our controller Apex classes. Without this mitigation, the components will fail to load, which may result in an exception or "User Error" message.
Solution
Access may be granted at the profile level or by using a permission set that includes the necessary classes. The easiest way to resolve this issue is to assign a relevant Full Circle permission set to all users/profiles who use a Full Circle product. Alternatively, you can add the classes to your own permission set and assign it accordingly.
Response Management
- FCRM__FCI_CampaignInfluenceAPI
- FCRM__FCI_VFDealExplorerController
- FCRM__FCR_CF_FunnelConfigController
- FCRM__FCR_CF_MainConfigController
- FCRM__FCR_DealExplorerProfileListingLTNG
- FCRM__FCR_DownloadUploadConfiguration
- FCRM__FCR_DownloadUploadConfiguration
- FCRM__FCR_LEXResponseInfoController
- FCRM__FCR_OppCreateActionController
- FCRM__FCR_OppCreateActionModel
- FCRM__ME_AS_MainConfigurationController
- FCRM__ME_ConfigCmpsController
- FCRM__ME_EDM_LinkActivitiesConfigController
- FCRM__ME_EDM_LinkCMConfigurationController
- FCRM__ME_EDM_MainConfigurationController
- FCRM__ME_OA_MainConfigurationController
- FCRM__ME_PB_MainConfigurationController
- FCRM__ME_RR_MainConfigurationController
- FCRM__ME_RS_ConfigCmpsController
- FCRM__ME_RS_MainConfigurationController
- FCRM__ME_RulesEngineComponentController
Digital Source Tracker
- FCSC__FCDSC_MainConfigurationController
Matchmaker
- FCMM__LAM_AccountActivityRatingController
- FCMM__LAM_AdvancedSettingsController
- FCMM__LAM_ConfigCmpsController
- FCMM__LAM_ConversionController
- FCMM__LAM_EmailDomainMatchingController
- FCMM__LAM_MainConfigurationController
- FCMM__LAM_MatchAccountController
- FCMM__LAM_MatchedContactsController
- FCMM__LAM_MatchedLeadsController
- FCMM__LAM_RoutingController
- FCMM__LAM_TieBreakerController
- FCMM__ME_ComponentUnitTesterController
- FCMM__ME_ConfigCmpsController
- FCMM__ME_ProgressReportController
- FCMM__ME_RulesEngineComponentController
Comments
0 comments
Please sign in to leave a comment.