Clay Chipps

Results 10 comments of Clay Chipps

@cropredyHelix I believe I am working on some functionality that would allow this, but with a slight variation from what you have suggested. Instead of passing the fieldset that you...

> Any feedbackcon this? Is been quite a while 💔 Apologies, this fell off my radar. Let me take a deep review and give this some testing. Thank you very...

@douglascayers Hey Doug, did you have a chance to review this PR? Looking to implement this library for LWC. Thanks!

@anandbn You can call a method on a component in the same idea of Aura's component.find(), but using the template.querySelector() pattern. It would be interesting to see what (if any)...

This bug only presents itself when the Unit of Work has SObjects registered in a certain order. Here is a sample scenario where the current implementation fails: Lets assume we...

@ImJohnMDaniel So I have investigated this, and from initial observation I don't believe we will be able to leverage extending the fflib_Application class. The current issue is that there is...

@stohn777 Already in progress, should be up this evening. :)

@ImJohnMDaniel @stohn777 [PR open](https://github.com/apex-enterprise-patterns/fflib-apex-common/pull/334) over on the apex commons repo

@jonnypetraglia Can you share your selector class implementation? Sorry, I know this is not a direct answer but want to understand your implementation before I comment further.

Originally, the reasoning was to prevent the boilerplate to include the standard fields for every object. Thinking more along the lines of, why wouldn't we just include Id, CreatedDate, LastModifiedBy,...