-
Hi,
Great app you have.
I faced one problem when adding a picklist as condition leads are not created and get this error:
An Apex error occurred: System.ListException: List index out of bounds: 0
…
-
**Is your feature request related to a problem? Please describe.**
We're doing Analytics implementations for enterprise clients that mostly involve us creating huge calculations (>3.000 lines of SAQL…
-
I don't think its recognizing my .sqlfluff config file since its complaining about the dialect but then linting shows up anyway. the config is at /Users/dschneider/bombora/repos/topic-interest-score-a…
-
-
### Summary
I am trying to create a query using the SOQL builder in VSCode and I cannot find a way to filter by null values.
If I try to write `null` or `NULL`, it tells me that I need t…
-
Hi, thanks for this very useful library. I have a question about the MongoDB style queries:
Taking as a start the example query from [the docs](https://jsforce.github.io/document/#using-query-metho…
-
Missing where clause whenever it's an object and the value is a jsforce.date
`sobject('Account').select('Id, CreatedDate').where({ CreatedDate: jsforce.Date.THIS_WEEK }).toSOQL()`
AND
`sobject('A…
-
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 using ORDER BY in SOQL, null values are sorted first by default. However, SOQL lets you specify 'NULLS {FIRST|LAST}' as part of the ORDER BY (https://developer.salesforce.com/docs/atlas.en-us.soq…
-
**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…