You need to sign in to do that
Don't have an account?

11. Can we deploy the text encrypted fields from sandbox to production?
10. Do we need the permission to modify the encrypted fields?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
I hope these links will help:
https://help.salesforce.com/articleView?id=security_pe_concepts.htm&type=5
https://blogs.perficient.com/2016/05/03/data-encryption-in-the-salesforce-shield-age/
https://salesforce.stackexchange.com/questions/30807/how-to-change-a-field-type-and-deploy-when-field-is-referenced-in-code
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks and Regards,
Deepali Kulshrestha
Encrypted fields are editable regardless of whether the user has the “View Encrypted Data” permission. Use validation rules, field-level security settings, or page layout settings to prevent users from editing encrypted fields.
https://help.salesforce.com/articleView?id=fields_about_encrypted_fields.htm&type=5
Thanks
Anil.B
scannable fake id ,where can i buy a fake id ,24 hour passport,expedited passport renewal,we supply perfectly reproduced fake money with holograms and all security features available.Indistinguishable to the eye and to touch.the latest technology we use make our notes look a real,identical and undetectable.buy fake drivers license,buy fake passport online,buy real passport online,documents for passport,fake documents for sale,fake passport uk,fake passports for sale,fake passports online,fake us passport,how to make a fake passport,id needed for passport,passport id card,real passport for sale, replace your docs usa,scannable fake id ,where can i buy a fake id ,24 hour passport,expedited passport renewal,finnish id card,finnish drivers license,netherlands license,german drivers license,usa green card,usa permanent residence,fake diploma ,samples certificates,fake english degree certificate, us fake hr cert program,fake id passport,fake online lawyer diploma, Fake Passports, fake proof of address ,genuine document ,ID card, IELTS CERTIFICATE, New Identity ,fake passport online maker ,bank statements ,novelty documents passport,fake documents for sale,fake passport uk,fake passports for sale,fake passports online,fake us passport,how to make a fake passport,id needed for passport,passport id card,real passport for sale, replace your docs usa,scannable fake id ,dumps with Pins
Contact us o
Hi Kavya,
Yeah you can deploy text encrypted fields from a sandbox to production using standard deployment tools such as Change Sets, Metadata API or Salesforce CLI. Although it's important to ensure that the target production org has the same encryption settings as the source sandbox org to prevent any errors during deployment.
Moreover users who required to access the encrypted fields in the target production org must have the "View Encrypted Data" permission. To change encrypted fields including changing the encryption algorithm or rekeying the data users must have the "Manage Encryption Keys" permission. This permission is usually granted to administrators or designated key managers so if you don't have it, you won't be able to modify encrypted fields.
Overall it's important to make sure that all necessary permissions and encryption settings are in place before deploying encrypted fields to production.
If above answer helped you mark it as best asnwer
Thank You!