Posted on May 12, 2020 Leave a Comment
What’s a Service/API A service/API is a function that is well-defined, self-contained, and does not depend on the context or state of other services. 1. Abstract vs Concrete When developing software we often use abstraction and polymorphism to get most of our applications. We want to reuse as much of the code as possible. Should […]
Posted on May 17, 2019 Leave a Comment
The Salesforce Security review require that both: Object Level (OLS) Field Level (FLS) Security is applied for the following areas: Query of data – Selectors Triggers – Domains DML – Unit of Work To check both (OLS) and FLS we can use fflib_SecurityUtils it has all the to methods to check if a user can access […]