Restriction Rules enhance the security of our Salesforce org by allowing certain users to access only specified records. They can prevent record access of certain type which contains sensitive data. For some objects eg: Contact, Task, Event it’s hard to control access as once you have parent record access you can view child records. In…
Category: Security
Salesforce Multi-Factor Authentication (MFA)
Salesforce Multi-Factor Authentication (MFA) is a secure authentication method that requires users to prove their identity by supplying two or more pieces of evidence (or “factors”) when they log in. One factor is something the user knows, such as their username and password. Other factors are verification methods that the user has in their possession,…
Enforce Security With the stripInaccessible Method
Enforce Security With the stripInaccessible Method. This is again one of the gem of Spring 20. We now have stripInaccessible method available which we can use to check current user’s create, read, update, or upsert access permission. Previously to do this we need to use sObject Describe ObjectResult and FieldResult to check each permission for…
Accessibility Check In SOQL Queries Using WITH SECURITY_ENFORCED
Security is very important doe any developer. In Salesforce we follow all guidelines related to security. Most of the security feature is handle by Salesforce. One of the common security feature is Object and Field level check. For this Salesforce introduce new feature WITH SECURITY_ENFORCED. Today we will check how we can use it. This…
Salesforce Winter 18: Winter is Here
Salesforce Winter 18 release Notes Quick Preview. Yeti Astro
Virus and Trojan lots of information
Viruses and identity theft are not new issues, but recently, individuals and companies are at a much greater risk as a result of the unanticipated increase in internet and technology use. Follow these tips to protect yourself from such an attack so that you won’t be the next victim. For example, you receive an email…