-
There seems to be an internal tool soql-builder.js. Is there a way to use that to construct SOQL statements from my code?
-
When debugging SOQL 101 Query limits, we often find that DLRS is using a vast majority of the query count. Typically 5 to 10 times more than the next most called query. We only have one DLRS trigger p…
-
**Is your feature request related to a problem? Please describe.**
When I create a DLRS, the SOQL query field has a limited # of characters so does not allow for complex logic. This is especially cha…
-
### Issue description
Hi, I'm running into an issue trying to enable PKChunking on a query I'm making to SF. I am referring to your answer on SO [here](https://stackoverflow.com/questions/59863547/…
-
Took me a while to make this repro... It seems like changing the order of filters sometimes fixes this, but it's PITA and waste of time.
Consider this class:
```
public without sharing class R…
-
When making a Salesforce database request using either SOQL or SOSL, my production server keeps timing out. Code:
```
// ====================
// Salesforce OAuth2
// ====================
cons…
-
### Description
They query functions has couple of limits but to name a few important limits
- 2,000 results per request (API version 28.0 and later),
- 4,000 characters for each string within a W…
-
1. Version of Mobile SDK Used: 10.1.0
2. Issue found in Native App or Hybrid App: Native
3. OS Version: All
4. Device: All
5. Steps to reproduce:
Some steps in debugging process that may help w…
-
When trying to look up a contact based on their FirstName, LastName and Birthdate, Salesforce returns an error. If I omit Birthdate, the find function works as expected but when I include it I receive…
-
**Is your feature request related to a problem? Please describe.**
Salesforce Flow is a visual coding tool. It offers normal programming constructs such as loops and branching and it is stored in a…