Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Salesforce Spring '20 forces two critical updates:

The reason behind those updates is that Salesforce follows a "secure by default" approach meaning those that should have the permission, will need to have it actively enabled. 
This change affects Visualforce pages and Lightning components that directly reference custom settings.

...

Administrators will also need to have Customize Application  set to true in order to have for direct read access to custom settings, manage custom permissions and manage translations. This can either be added to the Permission Set (this permission set can then only be used with Salesforce Licenses) or added to the Admin Profile. 

Note

Please note that setting Customize Application to true will automatically set Manage Custom Permissions and Manage Translation to true.  

...

  1. Go to the profile or permission set you wish to grant access to a specific custom metadata type.
  2. Find the section "Enabled Custom Metadata Type AccessTypes".
  3. Click Edit.
  4. If not enabled, add all desired custom metadata type to the list of enabled custom metadata types and Save.

...