Skip to main content

Questions tagged [shield-encryption]

1 vote
1 answer
162 views

I'm having issues proving whether it is or isn't possible to have field encryption settings packaged as part of an Unlocked Package (with a Namespace) and this encryption be enabled automatically upon ...
alesremta's user avatar
  • 483
0 votes
1 answer
690 views

We have Name field on account which is encrypted. (PersonAccount) Now as this field is encrypted we cannot fire a Like query as a partial match. So we created a formula field and copy the FirstName ...
Nagendra Kumar Singh's user avatar
0 votes
1 answer
331 views

I was looking into Salesforce Shield Encryption. Apparently Salesforce Shield Encryption does not mask any data, but encrypts the data at rest, which means only at the database level. Anyone who has ...
DevelBase2's user avatar
6 votes
1 answer
1k views

I have Shield Platform Encryption turned on for Account.Name and a server-side field describe call: System.debug(JSON.serializePretty(Account.Name.getDescribe())); returns as expected these ...
Keith C's user avatar
  • 138k
1 vote
0 answers
1k views

In our org, deactivation of Matching Rules and Duplicate Rules was required by the encryption process in order to encrypt a field (Contact Email). When we try to re-activate these rules, we are ...
Strong Like Bull's user avatar
0 votes
1 answer
786 views

I read a lot of documentation regarding Shield Platform Encryption and I can't find any statement in regards to why some of these custom Object Name Field and date fields (Deterministic Encryption) ...
Tejesh P's user avatar
2 votes
1 answer
375 views

If a field is encrypted with Shield, can we get the unencrypted value with Apex classes/SOQL statements?
hoviwan's user avatar
  • 23
0 votes
1 answer
213 views

I am trying to encrypt field Lead.Name but it fails due to: Encryption can't be enabled for fields referenced in the custom formula fields: Lead.Data Quality Description. I checked this formula field ...
Damecek's user avatar
  • 2,083
2 votes
1 answer
417 views

One of our integrations attempted to insert a Contact record with a value for LastName = ????? (yes - five question marks). SFDC failed the insert (before any trigger executed) with: ...
cropredy's user avatar
  • 74.8k
0 votes
1 answer
2k views

I have a simple row level formula on an Activity Report CASE(Subject, 'Foo','1', 'Bar','2', 'n/a' ) But, given these Task records Id Subject -- ------- ... ...
cropredy's user avatar
  • 74.8k
3 votes
1 answer
2k views

Spun up a new Spring 21 sandbox from our Shield Platform-encrypted PROD org. PROD has Account.Name deterministic, case-insensitive encryption. Created a new Account with name = foo Went to ...
cropredy's user avatar
  • 74.8k
0 votes
1 answer
263 views

Does Salesforce provide a way to check Shield Platform Encryption for Platform Events? I wanted to verify what type encryption is applied to Platform Events when encryption is enabled from Setup -> ...
SunnyG's user avatar
  • 421
1 vote
1 answer
925 views

For standard fields, we can do it via Setup (Setup > Encryption Policy > Encrypt Fields), then we get a list of all available fields and we can tick the box for each one. But for custom fields, ...
Json's user avatar
  • 1,707
1 vote
2 answers
298 views

I would like to know if anyone has a way of generating platform encryption keys when building a scratch org? Currently, the way I know is to Create a Permission set with: MANAGE ENCRYPTION KEYS ...
Moazzam Khan's user avatar
1 vote
1 answer
554 views

I have read documentation regarding Platform Encryption on managed package and everywhere its written that If a managed package supports Shield encryption then we can encrypt fields. So if I am ...
Nagendra Kumar Singh's user avatar

15 30 50 per page
1
2 3 4 5