William Velzeboer

Results 16 issues of William Velzeboer

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...

Hi @ImJohnMDaniel In these examples I see that thee are a number of different ways to create new instances for the several classes. For domains there is a static method...

The hardcoded bindingType Enum is moved to Custom Meta data to allow additional binding types without having to modify existing source code. It also simplifies existing classes and makes them...

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...

Hi While trying to setup a connection with Salesforce I ran into the following issue: > Execution error (MalformedURLException) at java.net.URL/ (URL.java:672). no protocol: /services/data/v51.0/sobjects/Account This is code that I...

What is the best way to have one selector implementation and be able to choose to have a with sharing and a without sharing selector, with the minimal amount of...