Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It only takes a minute to sign up.
Can SOQL be executed through Apex?
It can be done through apex execution, not through SOQL:
26 hours ago
Hi, I'm moving my production data to sql server, working on data migration. In my org, there is a Text (Encrypted) field, I want to see that field values. As i used that field in apex class, I'm …
3 hours ago
Answer (1 of 2): When the encrypted data is with the intended recipient, it has been pre arranged that the recipient has the key to decrypt it. If it is a secret key, it has been distributed to the …
4 hours ago
· By Default no profile can see Encrypted Data. Only those profile which has “ View Encrypted Data” permission can see encrypted fields and by default this permission is not …
18 hours ago
· You are now no longer able to use the “View Encrypted Data” permission to control who sees unmasked encrypted field values. Instead, all users with read access for …
34 hours ago
· This is done, because you cannot retrieve encryptionScheme throught simple Schema methods. To use this code you need to have MetadataService class from …
7 hours ago
Protect Your Salesforce Organization; Encrypt Data in Chatter; Generate and Wrap BYOK Key Material; Reactivate a Cache-Only Key; Control Who Sees What; Encrypt Tableau CRM Data; …
8 hours ago
· You can do that by Querying PermissionSetAssignment, PermissionSetAssignment is the Junction between User and the PermissionSet. SELECT ID, …