function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AmanSharma06AmanSharma06 

How to encrypt standard name field on custom object , if possible ?

I've got a requirement where I want to encrypt standard Name field on a custom object. First of all is it really possible to achieve this. If so , then how to do that.
 
VinayVinay (Salesforce Developers) 
Hi Aman,

Check Which Standard Fields Can I Encrypt?

Thanks,
Vinay Kumar
Abhishek BansalAbhishek Bansal
Hi Aman,

Yes, you can encrypt the standard Name field for custom objects. Please find the steps below:
  1. Make sure that your org has an active encryption key. If you’re not sure, check with your administrator.
  2. From Setup, in the Quick Find box, enter Platform Encryption, and then select Encryption Policy.
  3. Click Encrypt Fields.
  4. Click Edit.
  5. Select the fields you want to encrypt.
  6. All new data entered in this field is encrypted. By default, data is encrypted using a probabilistic encryption scheme. To apply deterministic encryption to your data, select Deterministic from the Encryption Scheme list. For more information, see “How Deterministic Encryption Supports Filtering” in Salesforce Help.
  7. Click Save.
Let me know if you need more help or information on this.

Thanks,
Abhishek Bansal.