Eric Kintzer

Results 21 comments of Eric Kintzer

While puzzling over why one of my mocks wasn't working I reread the `Readme.md` last night and I had two additional thoughts: 1. There is no link in the related...

> To confirm, you are blocked from installing the managed package because the org has Platform Encryption enabled on Account.Name field? I didn't realize the Apex tests would run on...

@douglascayers - Known Issue fixed in Winter 21!

@wimvelzeboer - I can see that it was implemented by code inspection although I wonder why `.isSortable()` wasn't used rather than `.isEncrypted()` - as a non-sortable field can't be in...

@ctchipps so, the reason why I suggested a specific fieldset was for a use case where each SObject had two or more fieldsets defined, one of which was called `ViewStateOptimized`....

You'll have to delegate the DML to a class that implements IDoWork and avoid using any of the registerXXX methods.

@andyinthecloud -- Well, since I created this issue, the restriction on StubAPI seems to have been fixed as I can't reproduce So, I tried the other use cases (V41): -...

The reason this happens is you did not provide a getOrderBy() for your selector. If you omit this, the queryfactory defaults to CreatedDate using this code ``` public virtual String...

My take on this is included in this [stackexchange answer](https://salesforce.stackexchange.com/a/267086/2602)

I'll consider myself challenged to do the PR -- have to unbury myself from existing real-world work first :-(