-
Having centralised SOQL Builders is of immensive use, but not being able to query parent fields limits its usage in enterprise apps very much
This doesn't even compile
```
public List getSObject…
ghost updated
10 years ago
-
I had to made a few changes in order to get this running (my goal was to use QueryBuilder to escape the arguments for my queries).
Here is my diff:
http://pastebin.com/B3CcTVTR
There seem to still b…
-
Is the Saleforce login url hardcoded in the GEM?
cat intitializers/asf-adapter.rb
Salesforce::Rest::AsfRest.bootup_rest_adapter('email','pwd','21.0') #This does not come in from yml
I get the follow…