-
SELECT activitydate, status, Count(Id) Cnt
FROM task
WHERE isdeleted = false
GROUP BY activitydate, status
used to work, now it fails with :
Error: keyNo…
-
### Summary
While testing the force:source:beta:push command, I found that I received conflict errors for Document metadata on the second issuance of the command (there should've been no confli…
-
### Summary
Another way to get [object Object] queries
### Steps To Reproduce:
1. in an org, create a RemoteSiteSetting in the UI.
2. sfdx force:data:soql:query -t -q "select id, Metadata fr…
-
## Background, context, and business value
Original issue: https://github.com/OpenFn/Miracle-Feet/issues/80
The [getInactiveClinincs.js](https://github.com/OpenFn/Miracle-Feet/blob/master/getIna…
-
### Summary
When packaging a Wave Dashboard we experienced the conditionalFormatting attributes for a widget were not being added to the dashboard in the target environment. We were able to use…
-
### Summary
If you have multiple DX projects with varying configurations within each project's `project-scratch-def.json` files, the system temporary folder that the Salesforce CLI uses to defi…
-
This feature would be useful if the component is a child of another component and the parent needs to listen to the fired events.
**Description of the implementation of the new prop "list action bu…
-
### Summary
Update sourceApiVersion of sfdx-project.json to 53.0
The current generated version is 52.0.
### Steps To Reproduce:
**Repository to reproduce:** N/A
***NOTE:** If your iss…
-
Reference: https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select_dateformats.htm
Back in 2017, @jongpie and I added SOQL date literal support to [w…
-
I'm sure I'm doing this wrong, please educate me as needed.
The Lexing pass appears to incorrectly identify `name` identifiers as the `NAME` token type from the SOSL section. Not sure how to isolat…