fflib-apex-common icon indicating copy to clipboard operation
fflib-apex-common copied to clipboard

Common Apex Library supporting Apex Enterprise Patterns and much more!

Results 98 fflib-apex-common issues
Sort by recently updated
recently updated
newest added
trafficstars

Even if there are no describe limits in Apex anymore I realized that repeated getDescribe() is really expensive time-wise. I therefore planned to use this class to get some caching...

enhancement

This may be an edge case but the following bit of `fflib_SobjectDomain` fails when constructing a domain class with an empty list of non-concrete Sobjects. Assume `Foo__c` is the Sobject...

enhancement

This was spawned from another [issue 123](https://github.com/financialforcedev/fflib-apex-common/issues/123)... "I couldn't agree more of the need to centralize queries and leverage common field lists. Avoiding the missing field error at runtime is...

enhancement

A common need in triggers is to identify whether a field or set of fields has been changed. I like the model that is used in the [TriggerX](https://github.com/se6wagner/TriggerX/blob/master/TriggerX/src/classes/TriggerX.cls#L130) framework to...

enhancement

This enhancement resulted from discussion in #56. Currently the SecurityUtils class is used for various FLS & CRUD checks. The static methods in this class are used in various places...

enhancement

I've read that it's not handled yet. Is that still the case? Any hacks to get around it?

enhancement
discussion

I have a valid FieldSet that contains field of a managed Custom Object and some fields of a related objects When I run this code in unmanaged namespace-less org ```...

discussion

How do I know what version of fflib I have installed in my org vs what is the current version, I see no concept of release versioning for this Library.

I would like to write my own Selector factory that makes a few minor changes to how it communicates with the QueryFactory. To do that I would like to change...

2023-06-05: fflib_Application.cls: Extending Selector and Domain Factories with setMock() method which doesn't require .sObjectType() to be mocked * Feature to allow simplifying how a Selector and/or Domain are being stubbed...