A developer is asked to find a way to store sacret data with an ability to specify which profiles and users can access which secrets.
What should be used to store this data?
Custom metadata types are the optimal way to store secret data that needs to be accessed by certain profiles and users. Access to custom metadata records can be controlled by the Salesforce sharing model. Reference: Salesforce Help - Custom Metadata Types Overview
Lauran
3 days ago