fflib-apex-common
fflib-apex-common copied to clipboard
Common Apex Library supporting Apex Enterprise Patterns and much more!
Hi, nowadays when trying to perform a subSelect I get an error that the user running it doesnt have permissions on the related Object. This is only happening for the...
Is there space for the interactors principle within the world of Salesforce? Uncle Bob: https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html Blog with examples: https://fullstackmark.com/post/11/better-software-design-with-clean-architecture The point being that leaky controllers do not always help us...
We have a Task Selector class and one of its methods builds up a subquery on the Who relationship. We noticed in multi currency orgs it is not only adding...
Some issues were raised around the change to the new domain structure. This PR adds an Update message and a support page that lists the most important things, known issues...
We have been using FFLIB(Apex commons) in our org.I have been trying to write a test case for a Content Document Link (Salesforce Files)Domain layer But I have been getting...
I am not sure if this is the the right platform to ask but I need help. I have converted a big payload to Salesforce files and then I have...
I am not sure why but then I try to query the Campaign object using fflib I get "Permission to access an Campaign denied." but when I just do it...
Modifications to registerDirty( SObject, List ) to enable only registering the specified fields. * Method (name) implies to only register the fields specified, but at first-method-call the complete record is...
Reflective lookups are pretty common & unit of work will currently silently fail to set these lookups on insert. I think it should throw an exception in this case, but...
I have added logic to automatically handle the namespace when working with describe methods for fieldSets --- This change is [](https://reviewable.io/reviews/apex-enterprise-patterns/fflib-apex-common/305)