-
Enforcing Object Level and Field Level Permissions in Apex
This past year, Salesforce has finally released some security enhancements that can make our lives easier as developers. There’s two enhancements that can really improve our code and reduce the use of the Schema.sObjectType methods.
-
Undergoing the Salesforce Security Review
Before a company can list an application on the Salesforce AppExchange, the company needs to go through the Salesforce Security Review process.
-
Salesforce: Enforcing Security in Apex
Salesforce allows data access to be specified at the object level, field level, and finally record level. To get listed on the AppExchange an application has to go through a really extensive security review process. As part of the review process Salesforce confirms that security permissions are being adhered to. Unfortunately, apex doesn’t automatically follow […]